ui/ldrawpath.ui

changeset 491
7d1b5ecd76c0
equal deleted inserted replaced
486:25747c37c7be 491:7d1b5ecd76c0
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>LDPathUI</class>
4 <widget class="QDialog" name="LDPathUI">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>344</width>
10 <height>123</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Set LDraw Path</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QLabel" name="heading">
19 <property name="text">
20 <string>Please input your LDraw directory root to proceed:</string>
21 </property>
22 </widget>
23 </item>
24 <item>
25 <layout class="QHBoxLayout" name="horizontalLayout">
26 <item>
27 <widget class="QLabel" name="label">
28 <property name="text">
29 <string>LDraw Path:</string>
30 </property>
31 </widget>
32 </item>
33 <item>
34 <widget class="QLineEdit" name="path"/>
35 </item>
36 <item>
37 <widget class="QPushButton" name="searchButton">
38 <property name="text">
39 <string/>
40 </property>
41 <property name="icon">
42 <iconset resource="../../ldforge.qrc">
43 <normaloff>:/icons/folder.png</normaloff>:/icons/folder.png</iconset>
44 </property>
45 </widget>
46 </item>
47 </layout>
48 </item>
49 <item>
50 <widget class="QLabel" name="status">
51 <property name="styleSheet">
52 <string notr="true">font-weight: bold</string>
53 </property>
54 <property name="text">
55 <string>[[ Information ]]</string>
56 </property>
57 </widget>
58 </item>
59 <item>
60 <spacer name="verticalSpacer">
61 <property name="orientation">
62 <enum>Qt::Vertical</enum>
63 </property>
64 <property name="sizeHint" stdset="0">
65 <size>
66 <width>20</width>
67 <height>40</height>
68 </size>
69 </property>
70 </spacer>
71 </item>
72 <item>
73 <widget class="QDialogButtonBox" name="buttonBox">
74 <property name="orientation">
75 <enum>Qt::Horizontal</enum>
76 </property>
77 <property name="standardButtons">
78 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
79 </property>
80 </widget>
81 </item>
82 </layout>
83 </widget>
84 <resources>
85 <include location="../../ldforge.qrc"/>
86 </resources>
87 <connections/>
88 </ui>

mercurial