ProjectDjangoTagsMenu/IeCommentDialog.ui

changeset 9
1b11bf54b3b2
equal deleted inserted replaced
8:7e8f788fe340 9:1b11bf54b3b2
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>IeCommentDialog</class>
4 <widget class="QDialog" name="IeCommentDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>295</width>
10 <height>114</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>IE Comment</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <layout class="QGridLayout" name="gridLayout">
22 <item row="0" column="0">
23 <widget class="QLabel" name="label">
24 <property name="text">
25 <string>Conditional Format:</string>
26 </property>
27 </widget>
28 </item>
29 <item row="0" column="1">
30 <layout class="QHBoxLayout" name="horizontalLayout">
31 <item>
32 <widget class="QComboBox" name="conditionalComboBox">
33 <property name="toolTip">
34 <string>Select the conditional</string>
35 </property>
36 </widget>
37 </item>
38 <item>
39 <spacer name="horizontalSpacer">
40 <property name="orientation">
41 <enum>Qt::Horizontal</enum>
42 </property>
43 <property name="sizeHint" stdset="0">
44 <size>
45 <width>40</width>
46 <height>20</height>
47 </size>
48 </property>
49 </spacer>
50 </item>
51 </layout>
52 </item>
53 <item row="1" column="0">
54 <widget class="QLabel" name="label_2">
55 <property name="text">
56 <string>MS IE Version:</string>
57 </property>
58 </widget>
59 </item>
60 <item row="1" column="1">
61 <layout class="QHBoxLayout" name="horizontalLayout_2">
62 <item>
63 <widget class="QSpinBox" name="versionSpinBox">
64 <property name="toolTip">
65 <string>Enter the IE Version</string>
66 </property>
67 <property name="alignment">
68 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
69 </property>
70 <property name="minimum">
71 <number>5</number>
72 </property>
73 <property name="maximum">
74 <number>12</number>
75 </property>
76 <property name="value">
77 <number>7</number>
78 </property>
79 </widget>
80 </item>
81 <item>
82 <spacer name="horizontalSpacer_2">
83 <property name="orientation">
84 <enum>Qt::Horizontal</enum>
85 </property>
86 <property name="sizeHint" stdset="0">
87 <size>
88 <width>40</width>
89 <height>20</height>
90 </size>
91 </property>
92 </spacer>
93 </item>
94 </layout>
95 </item>
96 </layout>
97 </item>
98 <item>
99 <widget class="QDialogButtonBox" name="buttonBox">
100 <property name="orientation">
101 <enum>Qt::Horizontal</enum>
102 </property>
103 <property name="standardButtons">
104 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
105 </property>
106 </widget>
107 </item>
108 </layout>
109 </widget>
110 <tabstops>
111 <tabstop>conditionalComboBox</tabstop>
112 <tabstop>versionSpinBox</tabstop>
113 <tabstop>buttonBox</tabstop>
114 </tabstops>
115 <resources/>
116 <connections>
117 <connection>
118 <sender>buttonBox</sender>
119 <signal>accepted()</signal>
120 <receiver>IeCommentDialog</receiver>
121 <slot>accept()</slot>
122 <hints>
123 <hint type="sourcelabel">
124 <x>248</x>
125 <y>254</y>
126 </hint>
127 <hint type="destinationlabel">
128 <x>157</x>
129 <y>274</y>
130 </hint>
131 </hints>
132 </connection>
133 <connection>
134 <sender>buttonBox</sender>
135 <signal>rejected()</signal>
136 <receiver>IeCommentDialog</receiver>
137 <slot>reject()</slot>
138 <hints>
139 <hint type="sourcelabel">
140 <x>316</x>
141 <y>260</y>
142 </hint>
143 <hint type="destinationlabel">
144 <x>286</x>
145 <y>274</y>
146 </hint>
147 </hints>
148 </connection>
149 </connections>
150 </ui>

eric ide

mercurial