cheatcodeeditordialog.ui (1939B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <ui version="4.0"> 3 <class>CheatCodeEditorDialog</class> 4 <widget class="QDialog" name="CheatCodeEditorDialog"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>491</width> 10 <height>284</height> 11 </rect> 12 </property> 13 <property name="windowTitle"> 14 <string>Cheat Code Editor</string> 15 </property> 16 <property name="modal"> 17 <bool>true</bool> 18 </property> 19 <layout class="QFormLayout" name="formLayout"> 20 <item row="0" column="0"> 21 <widget class="QLabel" name="label_2"> 22 <property name="text"> 23 <string>Description:</string> 24 </property> 25 </widget> 26 </item> 27 <item row="0" column="1"> 28 <widget class="QLineEdit" name="description"/> 29 </item> 30 <item row="1" column="0"> 31 <widget class="QLabel" name="label"> 32 <property name="text"> 33 <string>Group:</string> 34 </property> 35 </widget> 36 </item> 37 <item row="1" column="1"> 38 <widget class="QComboBox" name="group"/> 39 </item> 40 <item row="2" column="0"> 41 <widget class="QLabel" name="label_3"> 42 <property name="text"> 43 <string>Type:</string> 44 </property> 45 </widget> 46 </item> 47 <item row="2" column="1"> 48 <widget class="QComboBox" name="type"/> 49 </item> 50 <item row="3" column="0"> 51 <widget class="QLabel" name="label_4"> 52 <property name="text"> 53 <string>Activation:</string> 54 </property> 55 </widget> 56 </item> 57 <item row="3" column="1"> 58 <widget class="QComboBox" name="activation"/> 59 </item> 60 <item row="4" column="0" colspan="2"> 61 <widget class="QPlainTextEdit" name="instructions"/> 62 </item> 63 <item row="5" column="0" colspan="2"> 64 <widget class="QDialogButtonBox" name="buttonBox"> 65 <property name="standardButtons"> 66 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set> 67 </property> 68 </widget> 69 </item> 70 </layout> 71 </widget> 72 <resources/> 73 <connections/> 74 </ui>