ui/ImportBrew.ui

changeset 387
7945bf3be1f9
equal deleted inserted replaced
386:2e30c9c20d22 387:7945bf3be1f9
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>ImportBrew</class>
4 <widget class="QDialog" name="ImportBrew">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>1280</width>
10 <height>640</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <layout class="QGridLayout" name="gridLayout">
17 <item row="0" column="0">
18 <widget class="QWidget" name="topWidget" native="true">
19 <widget class="QLabel" name="fileLabel">
20 <property name="geometry">
21 <rect>
22 <x>170</x>
23 <y>20</y>
24 <width>121</width>
25 <height>20</height>
26 </rect>
27 </property>
28 <property name="text">
29 <string>Brew logfile:</string>
30 </property>
31 <property name="alignment">
32 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
33 </property>
34 </widget>
35 <widget class="QLineEdit" name="fileEdit">
36 <property name="geometry">
37 <rect>
38 <x>310</x>
39 <y>20</y>
40 <width>661</width>
41 <height>23</height>
42 </rect>
43 </property>
44 <property name="maxLength">
45 <number>128</number>
46 </property>
47 </widget>
48 <widget class="QPushButton" name="quitButton">
49 <property name="geometry">
50 <rect>
51 <x>600</x>
52 <y>540</y>
53 <width>80</width>
54 <height>23</height>
55 </rect>
56 </property>
57 <property name="sizePolicy">
58 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
59 <horstretch>0</horstretch>
60 <verstretch>0</verstretch>
61 </sizepolicy>
62 </property>
63 <property name="text">
64 <string>Quit</string>
65 </property>
66 <property name="icon">
67 <iconset>
68 <normaloff>:icons/silk/door_out.png</normaloff>:icons/silk/door_out.png</iconset>
69 </property>
70 </widget>
71 <widget class="QPushButton" name="openButton">
72 <property name="enabled">
73 <bool>true</bool>
74 </property>
75 <property name="geometry">
76 <rect>
77 <x>1000</x>
78 <y>20</y>
79 <width>80</width>
80 <height>23</height>
81 </rect>
82 </property>
83 <property name="text">
84 <string>Open</string>
85 </property>
86 <property name="icon">
87 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
88 <normaloff>:/icons/silk/application_form_add.png</normaloff>:/icons/silk/application_form_add.png</iconset>
89 </property>
90 </widget>
91 <widget class="QGroupBox" name="groupBox">
92 <property name="geometry">
93 <rect>
94 <x>200</x>
95 <y>80</y>
96 <width>881</width>
97 <height>431</height>
98 </rect>
99 </property>
100 <property name="title">
101 <string>Results</string>
102 </property>
103 <widget class="QPlainTextEdit" name="logEdit">
104 <property name="geometry">
105 <rect>
106 <x>30</x>
107 <y>90</y>
108 <width>821</width>
109 <height>311</height>
110 </rect>
111 </property>
112 <property name="font">
113 <font>
114 <family>Courier 10 Pitch</family>
115 </font>
116 </property>
117 </widget>
118 <widget class="QProgressBar" name="progressBar">
119 <property name="geometry">
120 <rect>
121 <x>30</x>
122 <y>40</y>
123 <width>821</width>
124 <height>23</height>
125 </rect>
126 </property>
127 <property name="value">
128 <number>24</number>
129 </property>
130 </widget>
131 </widget>
132 </widget>
133 </item>
134 </layout>
135 </widget>
136 <tabstops>
137 <tabstop>fileEdit</tabstop>
138 <tabstop>quitButton</tabstop>
139 <tabstop>openButton</tabstop>
140 </tabstops>
141 <resources>
142 <include location="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc"/>
143 </resources>
144 <connections/>
145 </ui>

mercurial