]> rtime.felk.cvut.cz Git - sojka/tekpic.git/blob - src/main.ui
Added support for PCX images. TDS224 doesn't have TIFF.
[sojka/tekpic.git] / src / main.ui
1 <ui version="4.0" >
2  <class>MainWin</class>
3  <widget class="QDialog" name="MainWin" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>516</width>
9     <height>352</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>TekPic</string>
14   </property>
15   <layout class="QHBoxLayout" >
16    <property name="margin" >
17     <number>9</number>
18    </property>
19    <property name="spacing" >
20     <number>6</number>
21    </property>
22    <item>
23     <layout class="QVBoxLayout" >
24      <property name="margin" >
25       <number>0</number>
26      </property>
27      <property name="spacing" >
28       <number>6</number>
29      </property>
30      <item>
31       <widget class="QScrollArea" name="scrollArea" >
32        <property name="sizePolicy" >
33         <sizepolicy>
34          <hsizetype>5</hsizetype>
35          <vsizetype>5</vsizetype>
36          <horstretch>0</horstretch>
37          <verstretch>0</verstretch>
38         </sizepolicy>
39        </property>
40        <property name="frameShape" >
41         <enum>QFrame::StyledPanel</enum>
42        </property>
43        <property name="frameShadow" >
44         <enum>QFrame::Sunken</enum>
45        </property>
46       </widget>
47      </item>
48      <item>
49       <widget class="QProgressBar" name="progressBar" >
50        <property name="value" >
51         <number>24</number>
52        </property>
53        <property name="orientation" >
54         <enum>Qt::Horizontal</enum>
55        </property>
56       </widget>
57      </item>
58     </layout>
59    </item>
60    <item>
61     <layout class="QVBoxLayout" >
62      <property name="margin" >
63       <number>0</number>
64      </property>
65      <property name="spacing" >
66       <number>6</number>
67      </property>
68      <item>
69       <widget class="QLabel" name="label_2" >
70        <property name="text" >
71         <string>&amp;File name prefix:</string>
72        </property>
73        <property name="buddy" >
74         <cstring>prefixLine</cstring>
75        </property>
76       </widget>
77      </item>
78      <item>
79       <widget class="QLineEdit" name="prefixLine" >
80        <property name="sizePolicy" >
81         <sizepolicy>
82          <hsizetype>0</hsizetype>
83          <vsizetype>0</vsizetype>
84          <horstretch>0</horstretch>
85          <verstretch>0</verstretch>
86         </sizepolicy>
87        </property>
88        <property name="text" >
89         <string>osc-</string>
90        </property>
91       </widget>
92      </item>
93      <item>
94       <widget class="QLabel" name="label_3" >
95        <property name="text" >
96         <string>Full file &amp;name:</string>
97        </property>
98        <property name="buddy" >
99         <cstring>fileLine</cstring>
100        </property>
101       </widget>
102      </item>
103      <item>
104       <widget class="QLineEdit" name="fileLine" >
105        <property name="sizePolicy" >
106         <sizepolicy>
107          <hsizetype>0</hsizetype>
108          <vsizetype>0</vsizetype>
109          <horstretch>0</horstretch>
110          <verstretch>0</verstretch>
111         </sizepolicy>
112        </property>
113       </widget>
114      </item>
115      <item>
116       <spacer>
117        <property name="orientation" >
118         <enum>Qt::Vertical</enum>
119        </property>
120        <property name="sizeHint" >
121         <size>
122          <width>100</width>
123          <height>71</height>
124         </size>
125        </property>
126       </spacer>
127      </item>
128      <item>
129       <widget class="QPushButton" name="saveButton" >
130        <property name="sizePolicy" >
131         <sizepolicy>
132          <hsizetype>0</hsizetype>
133          <vsizetype>0</vsizetype>
134          <horstretch>0</horstretch>
135          <verstretch>0</verstretch>
136         </sizepolicy>
137        </property>
138        <property name="text" >
139         <string>&amp;Save</string>
140        </property>
141       </widget>
142      </item>
143      <item>
144       <widget class="QPushButton" name="quitButton" >
145        <property name="sizePolicy" >
146         <sizepolicy>
147          <hsizetype>0</hsizetype>
148          <vsizetype>0</vsizetype>
149          <horstretch>0</horstretch>
150          <verstretch>0</verstretch>
151         </sizepolicy>
152        </property>
153        <property name="text" >
154         <string>&amp;Quit</string>
155        </property>
156       </widget>
157      </item>
158     </layout>
159    </item>
160   </layout>
161  </widget>
162  <customwidgets>
163   <customwidget>
164    <class>QScrollArea</class>
165    <extends>QFrame</extends>
166    <header>QScrollArea</header>
167   </customwidget>
168  </customwidgets>
169  <resources/>
170  <connections/>
171 </ui>