src/eric7/PluginManager/PluginRepositoryDialog.ui

branch
eric7
changeset 11094
0cbc2ec68d2a
parent 10502
89b8e0a67fde
equal deleted inserted replaced
11093:e8932a99beb4 11094:0cbc2ec68d2a
26 <horstretch>0</horstretch> 26 <horstretch>0</horstretch>
27 <verstretch>7</verstretch> 27 <verstretch>7</verstretch>
28 </sizepolicy> 28 </sizepolicy>
29 </property> 29 </property>
30 <property name="contextMenuPolicy"> 30 <property name="contextMenuPolicy">
31 <enum>Qt::CustomContextMenu</enum> 31 <enum>Qt::ContextMenuPolicy::CustomContextMenu</enum>
32 </property> 32 </property>
33 <property name="alternatingRowColors"> 33 <property name="alternatingRowColors">
34 <bool>true</bool> 34 <bool>true</bool>
35 </property> 35 </property>
36 <property name="selectionMode"> 36 <property name="selectionMode">
37 <enum>QAbstractItemView::ExtendedSelection</enum> 37 <enum>QAbstractItemView::SelectionMode::ExtendedSelection</enum>
38 </property> 38 </property>
39 <property name="sortingEnabled"> 39 <property name="sortingEnabled">
40 <bool>true</bool> 40 <bool>false</bool>
41 </property> 41 </property>
42 <property name="allColumnsShowFocus"> 42 <property name="allColumnsShowFocus">
43 <bool>true</bool> 43 <bool>true</bool>
44 </property> 44 </property>
45 <attribute name="headerShowSortIndicator" stdset="0">
46 <bool>false</bool>
47 </attribute>
45 <column> 48 <column>
46 <property name="text"> 49 <property name="text">
47 <string>Name</string> 50 <string>Name</string>
48 </property> 51 </property>
49 </column> 52 </column>
77 </widget> 80 </widget>
78 </item> 81 </item>
79 <item> 82 <item>
80 <spacer name="horizontalSpacer_3"> 83 <spacer name="horizontalSpacer_3">
81 <property name="orientation"> 84 <property name="orientation">
82 <enum>Qt::Horizontal</enum> 85 <enum>Qt::Orientation::Horizontal</enum>
83 </property> 86 </property>
84 <property name="sizeHint" stdset="0"> 87 <property name="sizeHint" stdset="0">
85 <size> 88 <size>
86 <width>40</width> 89 <width>40</width>
87 <height>20</height> 90 <height>20</height>
100 </widget> 103 </widget>
101 </item> 104 </item>
102 <item> 105 <item>
103 <spacer name="horizontalSpacer_2"> 106 <spacer name="horizontalSpacer_2">
104 <property name="orientation"> 107 <property name="orientation">
105 <enum>Qt::Horizontal</enum> 108 <enum>Qt::Orientation::Horizontal</enum>
106 </property> 109 </property>
107 <property name="sizeHint" stdset="0"> 110 <property name="sizeHint" stdset="0">
108 <size> 111 <size>
109 <width>40</width> 112 <width>40</width>
110 <height>20</height> 113 <height>20</height>
123 </widget> 126 </widget>
124 </item> 127 </item>
125 <item> 128 <item>
126 <spacer name="horizontalSpacer"> 129 <spacer name="horizontalSpacer">
127 <property name="orientation"> 130 <property name="orientation">
128 <enum>Qt::Horizontal</enum> 131 <enum>Qt::Orientation::Horizontal</enum>
129 </property> 132 </property>
130 <property name="sizeHint" stdset="0"> 133 <property name="sizeHint" stdset="0">
131 <size> 134 <size>
132 <width>40</width> 135 <width>40</width>
133 <height>20</height> 136 <height>20</height>
151 <widget class="QLabel" name="label_2"> 154 <widget class="QLabel" name="label_2">
152 <property name="text"> 155 <property name="text">
153 <string>Description:</string> 156 <string>Description:</string>
154 </property> 157 </property>
155 <property name="alignment"> 158 <property name="alignment">
156 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> 159 <set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignTop</set>
157 </property> 160 </property>
158 </widget> 161 </widget>
159 </item> 162 </item>
160 <item row="2" column="1"> 163 <item row="2" column="1">
161 <widget class="QTextEdit" name="descriptionEdit"> 164 <widget class="QTextEdit" name="descriptionEdit">
164 <horstretch>0</horstretch> 167 <horstretch>0</horstretch>
165 <verstretch>3</verstretch> 168 <verstretch>3</verstretch>
166 </sizepolicy> 169 </sizepolicy>
167 </property> 170 </property>
168 <property name="focusPolicy"> 171 <property name="focusPolicy">
169 <enum>Qt::NoFocus</enum> 172 <enum>Qt::FocusPolicy::NoFocus</enum>
170 </property> 173 </property>
171 <property name="toolTip"> 174 <property name="toolTip">
172 <string>Displays the description of the selected plugin</string> 175 <string>Displays the description of the selected plugin</string>
173 </property> 176 </property>
174 <property name="readOnly"> 177 <property name="readOnly">
184 </widget> 187 </widget>
185 </item> 188 </item>
186 <item row="3" column="1"> 189 <item row="3" column="1">
187 <widget class="QLineEdit" name="authorEdit"> 190 <widget class="QLineEdit" name="authorEdit">
188 <property name="focusPolicy"> 191 <property name="focusPolicy">
189 <enum>Qt::NoFocus</enum> 192 <enum>Qt::FocusPolicy::NoFocus</enum>
190 </property> 193 </property>
191 <property name="toolTip"> 194 <property name="toolTip">
192 <string>Displays the author of the selected plugin</string> 195 <string>Displays the author of the selected plugin</string>
193 </property> 196 </property>
194 <property name="readOnly"> 197 <property name="readOnly">
204 </widget> 207 </widget>
205 </item> 208 </item>
206 <item row="4" column="1"> 209 <item row="4" column="1">
207 <widget class="QLineEdit" name="urlEdit"> 210 <widget class="QLineEdit" name="urlEdit">
208 <property name="focusPolicy"> 211 <property name="focusPolicy">
209 <enum>Qt::NoFocus</enum> 212 <enum>Qt::FocusPolicy::NoFocus</enum>
210 </property> 213 </property>
211 <property name="toolTip"> 214 <property name="toolTip">
212 <string>Displays the download URL of the selected plugin</string> 215 <string>Displays the download URL of the selected plugin</string>
213 </property> 216 </property>
214 <property name="readOnly"> 217 <property name="readOnly">
219 </layout> 222 </layout>
220 </item> 223 </item>
221 <item> 224 <item>
222 <widget class="Line" name="line"> 225 <widget class="Line" name="line">
223 <property name="orientation"> 226 <property name="orientation">
224 <enum>Qt::Horizontal</enum> 227 <enum>Qt::Orientation::Horizontal</enum>
225 </property> 228 </property>
226 </widget> 229 </widget>
227 </item> 230 </item>
228 <item> 231 <item>
229 <widget class="QProgressBar" name="downloadProgress"> 232 <widget class="QProgressBar" name="downloadProgress">
280 </layout> 283 </layout>
281 </item> 284 </item>
282 <item> 285 <item>
283 <widget class="QDialogButtonBox" name="buttonBox"> 286 <widget class="QDialogButtonBox" name="buttonBox">
284 <property name="orientation"> 287 <property name="orientation">
285 <enum>Qt::Horizontal</enum> 288 <enum>Qt::Orientation::Horizontal</enum>
286 </property> 289 </property>
287 <property name="standardButtons"> 290 <property name="standardButtons">
288 <set>QDialogButtonBox::NoButton</set> 291 <set>QDialogButtonBox::StandardButton::NoButton</set>
289 </property> 292 </property>
290 </widget> 293 </widget>
291 </item> 294 </item>
292 </layout> 295 </layout>
293 </widget> 296 </widget>

eric ide

mercurial