Version bump
[evehomescreen] / src / evesettingsdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>EveSettingsDialog</class>
4  <widget class="QDialog" name="EveSettingsDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>300</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>EVE settings</string>
15   </property>
16   <widget class="QDialogButtonBox" name="buttonBox">
17    <property name="geometry">
18     <rect>
19      <x>710</x>
20      <y>20</y>
21      <width>81</width>
22      <height>241</height>
23     </rect>
24    </property>
25    <property name="orientation">
26     <enum>Qt::Vertical</enum>
27    </property>
28    <property name="standardButtons">
29     <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
30    </property>
31   </widget>
32   <widget class="QLabel" name="label_4">
33    <property name="geometry">
34     <rect>
35      <x>20</x>
36      <y>10</y>
37      <width>171</width>
38      <height>34</height>
39     </rect>
40    </property>
41    <property name="text">
42     <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
43 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
44 p, li { white-space: pre-wrap; }
45 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'DejaVu Sans'; font-size:8pt; font-weight:400; font-style:normal;&quot;&gt;
46 &lt;table style=&quot;-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;&quot;&gt;
47 &lt;tr&gt;
48 &lt;td style=&quot;border: none;&quot;&gt;
49 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;To see character info visit&lt;br /&gt;&lt;a href=&quot;http://www.eveonline.com/api/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;EVE Online account page&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/body&gt;&lt;/html&gt;</string>
50    </property>
51    <property name="openExternalLinks">
52     <bool>true</bool>
53    </property>
54   </widget>
55   <widget class="QScrollArea" name="scrollArea">
56    <property name="geometry">
57     <rect>
58      <x>10</x>
59      <y>50</y>
60      <width>701</width>
61      <height>241</height>
62     </rect>
63    </property>
64    <property name="widgetResizable">
65     <bool>true</bool>
66    </property>
67    <widget class="QWidget" name="scrollAreaWidgetContents">
68     <property name="geometry">
69      <rect>
70       <x>0</x>
71       <y>0</y>
72       <width>695</width>
73       <height>235</height>
74      </rect>
75     </property>
76     <widget class="QLineEdit" name="apiKeyEdit">
77      <property name="geometry">
78       <rect>
79        <x>10</x>
80        <y>10</y>
81        <width>671</width>
82        <height>61</height>
83       </rect>
84      </property>
85      <property name="sizePolicy">
86       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
87        <horstretch>0</horstretch>
88        <verstretch>0</verstretch>
89       </sizepolicy>
90      </property>
91      <property name="font">
92       <font>
93        <pointsize>24</pointsize>
94       </font>
95      </property>
96      <property name="frame">
97       <bool>true</bool>
98      </property>
99     </widget>
100     <widget class="QLabel" name="label">
101      <property name="geometry">
102       <rect>
103        <x>20</x>
104        <y>0</y>
105        <width>39</width>
106        <height>16</height>
107       </rect>
108      </property>
109      <property name="text">
110       <string>API key</string>
111      </property>
112     </widget>
113     <widget class="QLabel" name="label_2">
114      <property name="geometry">
115       <rect>
116        <x>20</x>
117        <y>70</y>
118        <width>34</width>
119        <height>16</height>
120       </rect>
121      </property>
122      <property name="text">
123       <string>UserID</string>
124      </property>
125     </widget>
126     <widget class="QLineEdit" name="userIdEdit">
127      <property name="geometry">
128       <rect>
129        <x>10</x>
130        <y>90</y>
131        <width>661</width>
132        <height>61</height>
133       </rect>
134      </property>
135      <property name="sizePolicy">
136       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
137        <horstretch>0</horstretch>
138        <verstretch>0</verstretch>
139       </sizepolicy>
140      </property>
141      <property name="font">
142       <font>
143        <pointsize>24</pointsize>
144       </font>
145      </property>
146     </widget>
147     <widget class="QComboBox" name="characterCombo">
148      <property name="geometry">
149       <rect>
150        <x>20</x>
151        <y>170</y>
152        <width>70</width>
153        <height>24</height>
154       </rect>
155      </property>
156     </widget>
157     <widget class="QLabel" name="label_3">
158      <property name="geometry">
159       <rect>
160        <x>20</x>
161        <y>153</y>
162        <width>87</width>
163        <height>16</height>
164       </rect>
165      </property>
166      <property name="text">
167       <string>Choose character</string>
168      </property>
169     </widget>
170     <widget class="QPushButton" name="getCharactersButton">
171      <property name="geometry">
172       <rect>
173        <x>540</x>
174        <y>180</y>
175        <width>121</width>
176        <height>22</height>
177       </rect>
178      </property>
179      <property name="text">
180       <string>Fetch characters</string>
181      </property>
182     </widget>
183    </widget>
184   </widget>
185  </widget>
186  <resources/>
187  <connections>
188   <connection>
189    <sender>buttonBox</sender>
190    <signal>accepted()</signal>
191    <receiver>EveSettingsDialog</receiver>
192    <slot>accept()</slot>
193    <hints>
194     <hint type="sourcelabel">
195      <x>248</x>
196      <y>254</y>
197     </hint>
198     <hint type="destinationlabel">
199      <x>157</x>
200      <y>274</y>
201     </hint>
202    </hints>
203   </connection>
204   <connection>
205    <sender>buttonBox</sender>
206    <signal>rejected()</signal>
207    <receiver>EveSettingsDialog</receiver>
208    <slot>reject()</slot>
209    <hints>
210     <hint type="sourcelabel">
211      <x>316</x>
212      <y>260</y>
213     </hint>
214     <hint type="destinationlabel">
215      <x>286</x>
216      <y>274</y>
217     </hint>
218    </hints>
219   </connection>
220  </connections>
221 </ui>