src/platform/qt/BattleChipView.ui (view raw)
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>BattleChipView</class>
4 <widget class="QDialog" name="BattleChipView">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>217</width>
10 <height>100</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>BattleChip Gate</string>
15 </property>
16 <layout class="QFormLayout" name="formLayout">
17 <item row="1" column="1">
18 <widget class="QCheckBox" name="inserted">
19 <property name="text">
20 <string>Inserted</string>
21 </property>
22 </widget>
23 </item>
24 <item row="0" column="0">
25 <widget class="QLabel" name="label">
26 <property name="text">
27 <string>Chip ID</string>
28 </property>
29 </widget>
30 </item>
31 <item row="0" column="1">
32 <widget class="QSpinBox" name="chipId">
33 <property name="minimum">
34 <number>1</number>
35 </property>
36 <property name="maximum">
37 <number>65535</number>
38 </property>
39 </widget>
40 </item>
41 </layout>
42 </widget>
43 <resources/>
44 <connections/>
45</ui>