src/isecalc.ui

branch
projects
changeset 935
8d98ee0dc917
parent 932
738673e8a6b4
equal deleted inserted replaced
930:ab77deb851fa 935:8d98ee0dc917
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>IsecalcUI</class>
4 <widget class="QDialog" name="IsecalcUI">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>240</width>
10 <height>120</height>
11 </rect>
12 </property>
13 <property name="minimumSize">
14 <size>
15 <width>240</width>
16 <height>120</height>
17 </size>
18 </property>
19 <property name="maximumSize">
20 <size>
21 <width>10000</width>
22 <height>120</height>
23 </size>
24 </property>
25 <property name="windowTitle">
26 <string>Isecalc</string>
27 </property>
28 <widget class="QDialogButtonBox" name="buttonBox">
29 <property name="geometry">
30 <rect>
31 <x>30</x>
32 <y>80</y>
33 <width>201</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="gridLayoutWidget">
45 <property name="geometry">
46 <rect>
47 <x>10</x>
48 <y>10</y>
49 <width>221</width>
50 <height>61</height>
51 </rect>
52 </property>
53 <layout class="QGridLayout" name="gridLayout" columnstretch="1,3">
54 <item row="0" column="1">
55 <widget class="QComboBox" name="cmb_col1"/>
56 </item>
57 <item row="1" column="1">
58 <widget class="QComboBox" name="cmb_col2"/>
59 </item>
60 <item row="0" column="0">
61 <widget class="QLabel" name="label">
62 <property name="text">
63 <string>Shape 1:</string>
64 </property>
65 </widget>
66 </item>
67 <item row="1" column="0">
68 <widget class="QLabel" name="label_2">
69 <property name="text">
70 <string>Shape 2:</string>
71 </property>
72 </widget>
73 </item>
74 </layout>
75 </widget>
76 </widget>
77 <resources/>
78 <connections>
79 <connection>
80 <sender>buttonBox</sender>
81 <signal>accepted()</signal>
82 <receiver>IsecalcUI</receiver>
83 <slot>accept()</slot>
84 <hints>
85 <hint type="sourcelabel">
86 <x>248</x>
87 <y>254</y>
88 </hint>
89 <hint type="destinationlabel">
90 <x>157</x>
91 <y>274</y>
92 </hint>
93 </hints>
94 </connection>
95 <connection>
96 <sender>buttonBox</sender>
97 <signal>rejected()</signal>
98 <receiver>IsecalcUI</receiver>
99 <slot>reject()</slot>
100 <hints>
101 <hint type="sourcelabel">
102 <x>316</x>
103 <y>260</y>
104 </hint>
105 <hint type="destinationlabel">
106 <x>286</x>
107 <y>274</y>
108 </hint>
109 </hints>
110 </connection>
111 </connections>
112 </ui>

mercurial