1<?xml version="1.0" encoding="UTF-8"?> 2<ui version="4.0"> 3 <class>IActionSelect</class> 4 <widget class="QWidget" name="IActionSelect"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>92</width> 10 <height>33</height> 11 </rect> 12 </property> 13 <property name="windowTitle"> 14 <string>Form</string> 15 </property> 16 <layout class="QHBoxLayout" name="horizontalLayout"> 17 <property name="leftMargin"> 18 <number>0</number> 19 </property> 20 <property name="topMargin"> 21 <number>0</number> 22 </property> 23 <property name="rightMargin"> 24 <number>0</number> 25 </property> 26 <property name="bottomMargin"> 27 <number>0</number> 28 </property> 29 <item> 30 <widget class="QRadioButton" name="radioButton1"> 31 <property name="text"> 32 <string/> 33 </property> 34 <property name="checked"> 35 <bool>true</bool> 36 </property> 37 </widget> 38 </item> 39 <item> 40 <widget class="QRadioButton" name="radioButton2"> 41 <property name="text"> 42 <string/> 43 </property> 44 </widget> 45 </item> 46 <item> 47 <widget class="QRadioButton" name="radioButton3"> 48 <property name="text"> 49 <string/> 50 </property> 51 </widget> 52 </item> 53 <item> 54 <widget class="QRadioButton" name="radioButton4"> 55 <property name="text"> 56 <string/> 57 </property> 58 </widget> 59 </item> 60 </layout> 61 </widget> 62 <resources/> 63 <connections/> 64</ui> 65