source: sasview/src/sas/qtgui/MainWindow/UI/CategoryManagerUI.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 100644
File size: 4.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>CategoryManagerUI</class>
4 <widget class="QDialog" name="CategoryManagerUI">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>548</width>
10    <height>717</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="windowTitle">
20   <string>Category Manager</string>
21  </property>
22  <layout class="QGridLayout" name="gridLayout_2">
23   <item row="0" column="0">
24    <widget class="QGroupBox" name="CategoryManagerGroup">
25     <property name="sizePolicy">
26      <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
27       <horstretch>0</horstretch>
28       <verstretch>0</verstretch>
29      </sizepolicy>
30     </property>
31     <property name="minimumSize">
32      <size>
33       <width>300</width>
34       <height>150</height>
35      </size>
36     </property>
37     <property name="title">
38      <string>Category Manager</string>
39     </property>
40     <property name="checkable">
41      <bool>false</bool>
42     </property>
43     <layout class="QGridLayout" name="gridLayout">
44      <item row="0" column="0">
45       <layout class="QHBoxLayout" name="horizontalLayout_3">
46        <item>
47         <widget class="QCheckBox" name="chkEnable">
48          <property name="text">
49           <string>Enable/Disable all</string>
50          </property>
51         </widget>
52        </item>
53        <item>
54         <spacer name="horizontalSpacer_2">
55          <property name="orientation">
56           <enum>Qt::Horizontal</enum>
57          </property>
58          <property name="sizeHint" stdset="0">
59           <size>
60            <width>40</width>
61            <height>20</height>
62           </size>
63          </property>
64         </spacer>
65        </item>
66        <item>
67         <layout class="QHBoxLayout" name="horizontalLayout_2">
68          <item>
69           <widget class="QLabel" name="label">
70            <property name="text">
71             <string>Search</string>
72            </property>
73           </widget>
74          </item>
75          <item>
76           <widget class="QLineEdit" name="txtSearch">
77            <property name="text">
78             <string/>
79            </property>
80           </widget>
81          </item>
82         </layout>
83        </item>
84       </layout>
85      </item>
86      <item row="1" column="0">
87       <widget class="QTableView" name="lstCategory">
88        <property name="enabled">
89         <bool>true</bool>
90        </property>
91        <property name="editTriggers">
92         <set>QAbstractItemView::AllEditTriggers</set>
93        </property>
94        <property name="alternatingRowColors">
95         <bool>true</bool>
96        </property>
97        <property name="selectionMode">
98         <enum>QAbstractItemView::ExtendedSelection</enum>
99        </property>
100        <property name="selectionBehavior">
101         <enum>QAbstractItemView::SelectRows</enum>
102        </property>
103       </widget>
104      </item>
105     </layout>
106    </widget>
107   </item>
108   <item row="1" column="0">
109    <layout class="QHBoxLayout" name="horizontalLayout">
110     <item>
111      <spacer name="horizontalSpacer">
112       <property name="orientation">
113        <enum>Qt::Horizontal</enum>
114       </property>
115       <property name="sizeHint" stdset="0">
116        <size>
117         <width>78</width>
118         <height>20</height>
119        </size>
120       </property>
121      </spacer>
122     </item>
123     <item>
124      <widget class="QPushButton" name="cmdModify">
125       <property name="toolTip">
126        <string>Add/Remove categories for the selected model.</string>
127       </property>
128       <property name="text">
129        <string>Modify</string>
130       </property>
131      </widget>
132     </item>
133     <item>
134      <widget class="QPushButton" name="cmdReset">
135       <property name="toolTip">
136        <string>Reset categories for selected models.</string>
137       </property>
138       <property name="text">
139        <string>Reset</string>
140       </property>
141      </widget>
142     </item>
143     <item>
144      <widget class="QPushButton" name="cmdOK">
145       <property name="text">
146        <string>OK</string>
147       </property>
148       <property name="autoDefault">
149        <bool>true</bool>
150       </property>
151      </widget>
152     </item>
153     <item>
154      <widget class="QPushButton" name="cmdHelp">
155       <property name="text">
156        <string>Help</string>
157       </property>
158       <property name="autoDefault">
159        <bool>true</bool>
160       </property>
161      </widget>
162     </item>
163    </layout>
164   </item>
165  </layout>
166 </widget>
167 <resources/>
168 <connections/>
169</ui>
Note: See TracBrowser for help on using the repository browser.