src/ui/intersector.ui

changeset 491
7d1b5ecd76c0
parent 486
25747c37c7be
child 492
e964085e6913
child 664
e3a32a79a10a
equal deleted inserted replaced
486:25747c37c7be 491:7d1b5ecd76c0
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>IntersectorUI</class>
4 <widget class="QDialog" name="IntersectorUI">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>250</width>
10 <height>200</height>
11 </rect>
12 </property>
13 <property name="minimumSize">
14 <size>
15 <width>250</width>
16 <height>200</height>
17 </size>
18 </property>
19 <property name="maximumSize">
20 <size>
21 <width>250</width>
22 <height>200</height>
23 </size>
24 </property>
25 <property name="windowTitle">
26 <string>Intersector</string>
27 </property>
28 <widget class="QDialogButtonBox" name="buttonBox">
29 <property name="geometry">
30 <rect>
31 <x>10</x>
32 <y>160</y>
33 <width>231</width>
34 <height>32</height>
35 </rect>
36 </property>
37 <property name="orientation">
38 <enum>Qt::Horizontal</enum>
39 </property>
40 <property name="standardButtons">
41 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
42 </property>
43 </widget>
44 <widget class="QWidget" name="verticalLayoutWidget">
45 <property name="geometry">
46 <rect>
47 <x>10</x>
48 <y>10</y>
49 <width>233</width>
50 <height>143</height>
51 </rect>
52 </property>
53 <layout class="QVBoxLayout" name="verticalLayout">
54 <item>
55 <layout class="QGridLayout" name="gridLayout">
56 <item row="1" column="0">
57 <widget class="QLabel" name="label_2">
58 <property name="text">
59 <string>Cutter:</string>
60 </property>
61 </widget>
62 </item>
63 <item row="0" column="0">
64 <widget class="QLabel" name="label">
65 <property name="text">
66 <string>Input:</string>
67 </property>
68 </widget>
69 </item>
70 <item row="0" column="1">
71 <widget class="QComboBox" name="cmb_incol"/>
72 </item>
73 <item row="1" column="1">
74 <widget class="QComboBox" name="cmb_cutcol"/>
75 </item>
76 </layout>
77 </item>
78 <item>
79 <layout class="QGridLayout" name="gridLayout_2">
80 <item row="0" column="0">
81 <widget class="QCheckBox" name="cb_colorize">
82 <property name="text">
83 <string>Colorize output</string>
84 </property>
85 </widget>
86 </item>
87 <item row="1" column="0">
88 <widget class="QCheckBox" name="cb_repeat">
89 <property name="text">
90 <string>Repeat inverse</string>
91 </property>
92 </widget>
93 </item>
94 <item row="0" column="1">
95 <widget class="QCheckBox" name="cb_nocondense">
96 <property name="text">
97 <string>No condensing</string>
98 </property>
99 </widget>
100 </item>
101 <item row="1" column="1">
102 <widget class="QCheckBox" name="cb_edges">
103 <property name="text">
104 <string>Add edges</string>
105 </property>
106 </widget>
107 </item>
108 </layout>
109 </item>
110 <item>
111 <layout class="QHBoxLayout" name="horizontalLayout">
112 <item>
113 <widget class="QLabel" name="label_3">
114 <property name="text">
115 <string>Prescaling factor</string>
116 </property>
117 </widget>
118 </item>
119 <item>
120 <widget class="QDoubleSpinBox" name="dsb_prescale">
121 <property name="suffix">
122 <string> ✕</string>
123 </property>
124 <property name="maximum">
125 <double>10000.000000000000000</double>
126 </property>
127 <property name="singleStep">
128 <double>0.010000000000000</double>
129 </property>
130 <property name="value">
131 <double>1.000000000000000</double>
132 </property>
133 </widget>
134 </item>
135 </layout>
136 </item>
137 </layout>
138 </widget>
139 </widget>
140 <resources/>
141 <connections>
142 <connection>
143 <sender>buttonBox</sender>
144 <signal>accepted()</signal>
145 <receiver>IntersectorUI</receiver>
146 <slot>accept()</slot>
147 <hints>
148 <hint type="sourcelabel">
149 <x>248</x>
150 <y>254</y>
151 </hint>
152 <hint type="destinationlabel">
153 <x>157</x>
154 <y>274</y>
155 </hint>
156 </hints>
157 </connection>
158 <connection>
159 <sender>buttonBox</sender>
160 <signal>rejected()</signal>
161 <receiver>IntersectorUI</receiver>
162 <slot>reject()</slot>
163 <hints>
164 <hint type="sourcelabel">
165 <x>316</x>
166 <y>260</y>
167 </hint>
168 <hint type="destinationlabel">
169 <x>286</x>
170 <y>274</y>
171 </hint>
172 </hints>
173 </connection>
174 </connections>
175 </ui>

mercurial