Fix crash when running debug build; use QString instead of C string
[multypo.git] / qt / multikbd.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MultiKBD</class>
4  <widget class="QWidget" name="MultiKBD">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>400</width>
10     <height>300</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>MultiKBD</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <widget class="QRadioButton" name="radioButton">
19      <property name="text">
20       <string>RadioButton1</string>
21      </property>
22     </widget>
23    </item>
24    <item>
25     <widget class="QRadioButton" name="radioButton_2">
26      <property name="text">
27       <string>RadioButton2</string>
28      </property>
29     </widget>
30    </item>
31    <item>
32     <spacer name="verticalSpacer">
33      <property name="orientation">
34       <enum>Qt::Vertical</enum>
35      </property>
36      <property name="sizeHint" stdset="0">
37       <size>
38        <width>20</width>
39        <height>211</height>
40       </size>
41      </property>
42     </spacer>
43    </item>
44    <item>
45     <widget class="QPushButton" name="pushButton">
46      <property name="text">
47       <string>Close</string>
48      </property>
49     </widget>
50    </item>
51   </layout>
52  </widget>
53  <layoutdefault spacing="6" margin="11"/>
54  <resources/>
55  <connections>
56   <connection>
57    <sender>pushButton</sender>
58    <signal>clicked()</signal>
59    <receiver>MultiKBD</receiver>
60    <slot>close()</slot>
61    <hints>
62     <hint type="sourcelabel">
63      <x>199</x>
64      <y>283</y>
65     </hint>
66     <hint type="destinationlabel">
67      <x>199</x>
68      <y>149</y>
69     </hint>
70    </hints>
71   </connection>
72  </connections>
73 </ui>