ProjectDjango/DjangoCheckOptionsDialog.ui

changeset 78
5822c2e2b1c7
child 172
ea7980ded4f3
equal deleted inserted replaced
77:f8e92eaaba6e 78:5822c2e2b1c7
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>DjangoCheckOptionsDialog</class>
4 <widget class="QDialog" name="DjangoCheckOptionsDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>500</width>
10 <height>450</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Check Options</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <widget class="QCheckBox" name="deployCheckBox">
22 <property name="toolTip">
23 <string>Select to enable checks for deployment mode</string>
24 </property>
25 <property name="text">
26 <string>Deployment Mode</string>
27 </property>
28 </widget>
29 </item>
30 <item>
31 <widget class="QLabel" name="label">
32 <property name="text">
33 <string>Select type of checks (leave unselected for all checks):</string>
34 </property>
35 <property name="wordWrap">
36 <bool>true</bool>
37 </property>
38 </widget>
39 </item>
40 <item>
41 <widget class="QListWidget" name="tagsList">
42 <property name="alternatingRowColors">
43 <bool>true</bool>
44 </property>
45 <property name="selectionMode">
46 <enum>QAbstractItemView::ExtendedSelection</enum>
47 </property>
48 <property name="sortingEnabled">
49 <bool>true</bool>
50 </property>
51 </widget>
52 </item>
53 <item>
54 <widget class="QLabel" name="label_2">
55 <property name="text">
56 <string>Enter the list of applications separated by spaces (leave empty for all apps):</string>
57 </property>
58 <property name="wordWrap">
59 <bool>true</bool>
60 </property>
61 </widget>
62 </item>
63 <item>
64 <widget class="E5ClearableComboBox" name="appsComboBox">
65 <property name="editable">
66 <bool>true</bool>
67 </property>
68 </widget>
69 </item>
70 <item>
71 <widget class="QGroupBox" name="settingsFileGroup">
72 <property name="title">
73 <string>Settings module for deployment mode</string>
74 </property>
75 <layout class="QHBoxLayout" name="horizontalLayout">
76 <item>
77 <widget class="E5ClearableLineEdit" name="settingsFileEdit">
78 <property name="toolTip">
79 <string>Enter the module name of the deployment settings</string>
80 </property>
81 </widget>
82 </item>
83 <item>
84 <widget class="QToolButton" name="settingsFileButton">
85 <property name="toolTip">
86 <string>Press to select the settings module file via a file selection dialog</string>
87 </property>
88 </widget>
89 </item>
90 </layout>
91 </widget>
92 </item>
93 <item>
94 <widget class="QDialogButtonBox" name="buttonBox">
95 <property name="orientation">
96 <enum>Qt::Horizontal</enum>
97 </property>
98 <property name="standardButtons">
99 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
100 </property>
101 </widget>
102 </item>
103 </layout>
104 </widget>
105 <customwidgets>
106 <customwidget>
107 <class>E5ClearableLineEdit</class>
108 <extends>QLineEdit</extends>
109 <header>E5Gui/E5LineEdit.h</header>
110 </customwidget>
111 <customwidget>
112 <class>E5ClearableComboBox</class>
113 <extends>QComboBox</extends>
114 <header>E5Gui/E5ComboBox.h</header>
115 </customwidget>
116 </customwidgets>
117 <resources/>
118 <connections>
119 <connection>
120 <sender>buttonBox</sender>
121 <signal>accepted()</signal>
122 <receiver>DjangoCheckOptionsDialog</receiver>
123 <slot>accept()</slot>
124 <hints>
125 <hint type="sourcelabel">
126 <x>228</x>
127 <y>528</y>
128 </hint>
129 <hint type="destinationlabel">
130 <x>157</x>
131 <y>274</y>
132 </hint>
133 </hints>
134 </connection>
135 <connection>
136 <sender>buttonBox</sender>
137 <signal>rejected()</signal>
138 <receiver>DjangoCheckOptionsDialog</receiver>
139 <slot>reject()</slot>
140 <hints>
141 <hint type="sourcelabel">
142 <x>296</x>
143 <y>534</y>
144 </hint>
145 <hint type="destinationlabel">
146 <x>286</x>
147 <y>274</y>
148 </hint>
149 </hints>
150 </connection>
151 </connections>
152 </ui>

eric ide

mercurial