source: sasview/src/sas/qtgui/MainWindow/UI/ChangeCategoryUI.ui @ 3d18691

ESS_GUIESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalc
Last change on this file since 3d18691 was 3d18691, checked in by Piotr Rozyczko <rozyczko@…>, 6 years ago

New category manager design

  • Property mode set to 100755
File size: 3.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ChangeCategoryUI</class>
4 <widget class="QDialog" name="ChangeCategoryUI">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>357</width>
10    <height>485</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Change Category:</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout_2">
17   <item row="0" column="0">
18    <widget class="QLabel" name="lblTitle">
19     <property name="text">
20      <string>Current categories for </string>
21     </property>
22    </widget>
23   </item>
24   <item row="1" column="0">
25    <widget class="QListWidget" name="lstCategories">
26     <property name="selectionMode">
27      <enum>QAbstractItemView::MultiSelection</enum>
28     </property>
29     <property name="selectionBehavior">
30      <enum>QAbstractItemView::SelectRows</enum>
31     </property>
32    </widget>
33   </item>
34   <item row="2" column="0">
35    <widget class="QGroupBox" name="groupBox">
36     <property name="title">
37      <string>Add Category</string>
38     </property>
39     <layout class="QGridLayout" name="gridLayout">
40      <item row="0" column="0">
41       <widget class="QRadioButton" name="rbExisting">
42        <property name="text">
43         <string>Choose existing</string>
44        </property>
45       </widget>
46      </item>
47      <item row="1" column="1" colspan="2">
48       <widget class="QLineEdit" name="txtNewCategory"/>
49      </item>
50      <item row="0" column="1" colspan="2">
51       <widget class="QComboBox" name="cbCategories"/>
52      </item>
53      <item row="1" column="0">
54       <widget class="QRadioButton" name="rbNew">
55        <property name="text">
56         <string>Create new</string>
57        </property>
58       </widget>
59      </item>
60      <item row="2" column="0" colspan="2">
61       <spacer name="horizontalSpacer_2">
62        <property name="orientation">
63         <enum>Qt::Horizontal</enum>
64        </property>
65        <property name="sizeHint" stdset="0">
66         <size>
67          <width>208</width>
68          <height>20</height>
69         </size>
70        </property>
71       </spacer>
72      </item>
73      <item row="2" column="2">
74       <widget class="QPushButton" name="cmdAdd">
75        <property name="text">
76         <string>Add</string>
77        </property>
78       </widget>
79      </item>
80     </layout>
81     <zorder>cbCategories</zorder>
82     <zorder>txtNewCategory</zorder>
83     <zorder>cmdAdd</zorder>
84     <zorder>horizontalSpacer_2</zorder>
85     <zorder>rbNew</zorder>
86     <zorder>rbExisting</zorder>
87    </widget>
88   </item>
89   <item row="3" column="0">
90    <layout class="QHBoxLayout" name="horizontalLayout">
91     <item>
92      <widget class="QPushButton" name="cmdRemove">
93       <property name="text">
94        <string>Remove</string>
95       </property>
96      </widget>
97     </item>
98     <item>
99      <spacer name="horizontalSpacer">
100       <property name="orientation">
101        <enum>Qt::Horizontal</enum>
102       </property>
103       <property name="sizeHint" stdset="0">
104        <size>
105         <width>40</width>
106         <height>20</height>
107        </size>
108       </property>
109      </spacer>
110     </item>
111     <item>
112      <widget class="QPushButton" name="cmdOK">
113       <property name="text">
114        <string>OK</string>
115       </property>
116      </widget>
117     </item>
118     <item>
119      <widget class="QPushButton" name="cmdCancel">
120       <property name="text">
121        <string>Cancel</string>
122       </property>
123      </widget>
124     </item>
125    </layout>
126   </item>
127  </layout>
128 </widget>
129 <resources/>
130 <connections/>
131</ui>
Note: See TracBrowser for help on using the repository browser.