From 72ff342d6325cab42cc3d8401b4fac5b2f7eff3b Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Thu, 12 Apr 2018 01:44:51 +0200 Subject: GH-2053 basics of the servers.dat management --- application/pages/instance/ServersPage.ui | 207 ++++++++++++++++++++++++++++++ 1 file changed, 207 insertions(+) create mode 100644 application/pages/instance/ServersPage.ui (limited to 'application/pages/instance/ServersPage.ui') diff --git a/application/pages/instance/ServersPage.ui b/application/pages/instance/ServersPage.ui new file mode 100644 index 00000000..6d1a9bc0 --- /dev/null +++ b/application/pages/instance/ServersPage.ui @@ -0,0 +1,207 @@ + + + ServersPage + + + + 0 + 0 + 706 + 575 + + + + + 0 + + + 0 + + + 0 + + + 0 + + + + + 0 + + + + + 0 + 0 + + + + Tab 1 + + + + + + + + + Ask to download + + + + + Always download + + + + + Never download + + + + + + + + Reso&urces + + + resourceComboBox + + + + + + + + + + &Name + + + nameLine + + + + + + + + + + Address + + + addressLine + + + + + + + + 0 + 0 + + + + true + + + true + + + QAbstractItemView::SingleSelection + + + QAbstractItemView::SelectRows + + + + 64 + 64 + + + + false + + + false + + + + + + + + + + + &Add + + + + + + + &Remove + + + + + + + Move Up + + + + + + + Move Down + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + Refresh + + + + + + + + + + + + + tabWidget + serversView + nameLine + addressLine + resourceComboBox + addBtn + removeBtn + moveUpBtn + moveDownBtn + refreshBtn + + + + -- cgit