|
1 <ui version="4.0" > |
|
2 <class>PluginRepositoryDialog</class> |
|
3 <widget class="QWidget" name="PluginRepositoryDialog" > |
|
4 <property name="geometry" > |
|
5 <rect> |
|
6 <x>0</x> |
|
7 <y>0</y> |
|
8 <width>800</width> |
|
9 <height>675</height> |
|
10 </rect> |
|
11 </property> |
|
12 <property name="windowTitle" > |
|
13 <string>Plugin Repository</string> |
|
14 </property> |
|
15 <property name="sizeGripEnabled" stdset="0" > |
|
16 <bool>true</bool> |
|
17 </property> |
|
18 <layout class="QVBoxLayout" > |
|
19 <item> |
|
20 <layout class="QGridLayout" > |
|
21 <item row="0" column="0" colspan="2" > |
|
22 <widget class="QTreeWidget" name="repositoryList" > |
|
23 <property name="sizePolicy" > |
|
24 <sizepolicy vsizetype="Expanding" hsizetype="Expanding" > |
|
25 <horstretch>0</horstretch> |
|
26 <verstretch>7</verstretch> |
|
27 </sizepolicy> |
|
28 </property> |
|
29 <property name="selectionMode" > |
|
30 <enum>QAbstractItemView::ExtendedSelection</enum> |
|
31 </property> |
|
32 <property name="rootIsDecorated" > |
|
33 <bool>false</bool> |
|
34 </property> |
|
35 <property name="itemsExpandable" > |
|
36 <bool>false</bool> |
|
37 </property> |
|
38 <property name="sortingEnabled" > |
|
39 <bool>true</bool> |
|
40 </property> |
|
41 <property name="allColumnsShowFocus" > |
|
42 <bool>true</bool> |
|
43 </property> |
|
44 <column> |
|
45 <property name="text" > |
|
46 <string>Name</string> |
|
47 </property> |
|
48 </column> |
|
49 <column> |
|
50 <property name="text" > |
|
51 <string>Version</string> |
|
52 </property> |
|
53 </column> |
|
54 <column> |
|
55 <property name="text" > |
|
56 <string>Short Description</string> |
|
57 </property> |
|
58 </column> |
|
59 <column> |
|
60 <property name="text" > |
|
61 <string/> |
|
62 </property> |
|
63 </column> |
|
64 </widget> |
|
65 </item> |
|
66 <item row="1" column="0" > |
|
67 <widget class="QLabel" name="label_2" > |
|
68 <property name="text" > |
|
69 <string>Description:</string> |
|
70 </property> |
|
71 <property name="alignment" > |
|
72 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
|
73 </property> |
|
74 </widget> |
|
75 </item> |
|
76 <item row="1" column="1" > |
|
77 <widget class="QTextEdit" name="descriptionEdit" > |
|
78 <property name="sizePolicy" > |
|
79 <sizepolicy vsizetype="Expanding" hsizetype="Expanding" > |
|
80 <horstretch>0</horstretch> |
|
81 <verstretch>3</verstretch> |
|
82 </sizepolicy> |
|
83 </property> |
|
84 <property name="focusPolicy" > |
|
85 <enum>Qt::NoFocus</enum> |
|
86 </property> |
|
87 <property name="toolTip" > |
|
88 <string>Displays the description of the selected plugin</string> |
|
89 </property> |
|
90 <property name="readOnly" > |
|
91 <bool>true</bool> |
|
92 </property> |
|
93 </widget> |
|
94 </item> |
|
95 <item row="2" column="0" > |
|
96 <widget class="QLabel" name="label_3" > |
|
97 <property name="text" > |
|
98 <string>Author:</string> |
|
99 </property> |
|
100 </widget> |
|
101 </item> |
|
102 <item row="2" column="1" > |
|
103 <widget class="QLineEdit" name="authorEdit" > |
|
104 <property name="focusPolicy" > |
|
105 <enum>Qt::NoFocus</enum> |
|
106 </property> |
|
107 <property name="toolTip" > |
|
108 <string>Displays the author of the selected plugin</string> |
|
109 </property> |
|
110 <property name="readOnly" > |
|
111 <bool>true</bool> |
|
112 </property> |
|
113 </widget> |
|
114 </item> |
|
115 <item row="3" column="0" > |
|
116 <widget class="QLabel" name="label" > |
|
117 <property name="text" > |
|
118 <string>URL:</string> |
|
119 </property> |
|
120 </widget> |
|
121 </item> |
|
122 <item row="3" column="1" > |
|
123 <widget class="QLineEdit" name="urlEdit" > |
|
124 <property name="focusPolicy" > |
|
125 <enum>Qt::NoFocus</enum> |
|
126 </property> |
|
127 <property name="toolTip" > |
|
128 <string>Displays the download URL of the selected plugin</string> |
|
129 </property> |
|
130 <property name="readOnly" > |
|
131 <bool>true</bool> |
|
132 </property> |
|
133 </widget> |
|
134 </item> |
|
135 </layout> |
|
136 </item> |
|
137 <item> |
|
138 <widget class="Line" name="line" > |
|
139 <property name="orientation" > |
|
140 <enum>Qt::Horizontal</enum> |
|
141 </property> |
|
142 </widget> |
|
143 </item> |
|
144 <item> |
|
145 <widget class="QProgressBar" name="downloadProgress" > |
|
146 <property name="toolTip" > |
|
147 <string>Shows the progress of the current download</string> |
|
148 </property> |
|
149 <property name="value" > |
|
150 <number>0</number> |
|
151 </property> |
|
152 </widget> |
|
153 </item> |
|
154 <item> |
|
155 <widget class="QLabel" name="statusLabel" > |
|
156 <property name="text" > |
|
157 <string/> |
|
158 </property> |
|
159 </widget> |
|
160 </item> |
|
161 <item> |
|
162 <widget class="QDialogButtonBox" name="buttonBox" > |
|
163 <property name="orientation" > |
|
164 <enum>Qt::Horizontal</enum> |
|
165 </property> |
|
166 <property name="standardButtons" > |
|
167 <set>QDialogButtonBox::Close</set> |
|
168 </property> |
|
169 </widget> |
|
170 </item> |
|
171 </layout> |
|
172 </widget> |
|
173 <resources/> |
|
174 <connections/> |
|
175 </ui> |