~amaurycarvalho/nmsxtiles/trunk

« back to all changes in this revision

Viewing changes to dlgbankrange.ui

  • Committer: Amaury Carvalho
  • Date: 2020-03-19 21:21:28 UTC
  • Revision ID: amauryspires@gmail.com-20200319212128-mpz9vo6xqm83vuxf
Commit on 19/03/2020 06:21:28  -03 by amaury

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>FDlgBankRange</class>
 
4
 <widget class="QDialog" name="FDlgBankRange">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>269</width>
 
10
    <height>132</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Dialog</string>
 
15
  </property>
 
16
  <property name="windowIcon">
 
17
   <iconset resource="resources.qrc">
 
18
    <normaloff>:/res/nMSXtiles.ico</normaloff>:/res/nMSXtiles.ico</iconset>
 
19
  </property>
 
20
  <widget class="QFrame" name="frame">
 
21
   <property name="geometry">
 
22
    <rect>
 
23
     <x>10</x>
 
24
     <y>10</y>
 
25
     <width>251</width>
 
26
     <height>81</height>
 
27
    </rect>
 
28
   </property>
 
29
   <property name="frameShape">
 
30
    <enum>QFrame::StyledPanel</enum>
 
31
   </property>
 
32
   <property name="frameShadow">
 
33
    <enum>QFrame::Raised</enum>
 
34
   </property>
 
35
   <widget class="QLabel" name="label">
 
36
    <property name="geometry">
 
37
     <rect>
 
38
      <x>20</x>
 
39
      <y>17</y>
 
40
      <width>47</width>
 
41
      <height>14</height>
 
42
     </rect>
 
43
    </property>
 
44
    <property name="text">
 
45
     <string>Bank</string>
 
46
    </property>
 
47
   </widget>
 
48
   <widget class="QComboBox" name="m_pCboBank">
 
49
    <property name="geometry">
 
50
     <rect>
 
51
      <x>70</x>
 
52
      <y>10</y>
 
53
      <width>171</width>
 
54
      <height>24</height>
 
55
     </rect>
 
56
    </property>
 
57
   </widget>
 
58
   <widget class="QLabel" name="label_2">
 
59
    <property name="geometry">
 
60
     <rect>
 
61
      <x>20</x>
 
62
      <y>50</y>
 
63
      <width>47</width>
 
64
      <height>14</height>
 
65
     </rect>
 
66
    </property>
 
67
    <property name="text">
 
68
     <string>Tiles</string>
 
69
    </property>
 
70
   </widget>
 
71
   <widget class="QLabel" name="label_3">
 
72
    <property name="geometry">
 
73
     <rect>
 
74
      <x>70</x>
 
75
      <y>50</y>
 
76
      <width>31</width>
 
77
      <height>16</height>
 
78
     </rect>
 
79
    </property>
 
80
    <property name="text">
 
81
     <string>From</string>
 
82
    </property>
 
83
   </widget>
 
84
   <widget class="QLineEdit" name="m_pFromTile">
 
85
    <property name="geometry">
 
86
     <rect>
 
87
      <x>110</x>
 
88
      <y>45</y>
 
89
      <width>41</width>
 
90
      <height>24</height>
 
91
     </rect>
 
92
    </property>
 
93
   </widget>
 
94
   <widget class="QLineEdit" name="m_pToTile">
 
95
    <property name="geometry">
 
96
     <rect>
 
97
      <x>191</x>
 
98
      <y>45</y>
 
99
      <width>41</width>
 
100
      <height>24</height>
 
101
     </rect>
 
102
    </property>
 
103
   </widget>
 
104
   <widget class="QLabel" name="label_4">
 
105
    <property name="geometry">
 
106
     <rect>
 
107
      <x>160</x>
 
108
      <y>50</y>
 
109
      <width>21</width>
 
110
      <height>16</height>
 
111
     </rect>
 
112
    </property>
 
113
    <property name="text">
 
114
     <string>to</string>
 
115
    </property>
 
116
   </widget>
 
117
  </widget>
 
118
  <widget class="QPushButton" name="m_pOk">
 
119
   <property name="geometry">
 
120
    <rect>
 
121
     <x>140</x>
 
122
     <y>100</y>
 
123
     <width>61</width>
 
124
     <height>23</height>
 
125
    </rect>
 
126
   </property>
 
127
   <property name="text">
 
128
    <string>Ok</string>
 
129
   </property>
 
130
  </widget>
 
131
  <widget class="QPushButton" name="m_pCancel">
 
132
   <property name="geometry">
 
133
    <rect>
 
134
     <x>200</x>
 
135
     <y>100</y>
 
136
     <width>61</width>
 
137
     <height>23</height>
 
138
    </rect>
 
139
   </property>
 
140
   <property name="text">
 
141
    <string>Cancel</string>
 
142
   </property>
 
143
  </widget>
 
144
 </widget>
 
145
 <resources>
 
146
  <include location="resources.qrc"/>
 
147
 </resources>
 
148
 <connections/>
 
149
</ui>