src/eric7/MicroPython/CircuitPythonUpdater/ShowOutdatedDialog.ui

branch
eric7
changeset 9740
90072e10ae9b
equal deleted inserted replaced
9739:d527cfe919ae 9740:90072e10ae9b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>ShowOutdatedDialog</class>
4 <widget class="QDialog" name="ShowOutdatedDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>600</width>
10 <height>500</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Outdated Modules</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <widget class="QLabel" name="header">
22 <property name="wordWrap">
23 <bool>true</bool>
24 </property>
25 </widget>
26 </item>
27 <item>
28 <widget class="QTreeWidget" name="modulesList">
29 <property name="alternatingRowColors">
30 <bool>true</bool>
31 </property>
32 <property name="selectionMode">
33 <enum>QAbstractItemView::NoSelection</enum>
34 </property>
35 <property name="rootIsDecorated">
36 <bool>false</bool>
37 </property>
38 <property name="itemsExpandable">
39 <bool>false</bool>
40 </property>
41 <attribute name="headerShowSortIndicator" stdset="0">
42 <bool>false</bool>
43 </attribute>
44 <column>
45 <property name="text">
46 <string>Module</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>Latest</string>
57 </property>
58 </column>
59 <column>
60 <property name="text">
61 <string>Update Reason</string>
62 </property>
63 </column>
64 </widget>
65 </item>
66 <item>
67 <widget class="QDialogButtonBox" name="buttonBox">
68 <property name="orientation">
69 <enum>Qt::Horizontal</enum>
70 </property>
71 <property name="standardButtons">
72 <set>QDialogButtonBox::Close</set>
73 </property>
74 </widget>
75 </item>
76 </layout>
77 </widget>
78 <resources/>
79 <connections>
80 <connection>
81 <sender>buttonBox</sender>
82 <signal>accepted()</signal>
83 <receiver>ShowOutdatedDialog</receiver>
84 <slot>accept()</slot>
85 <hints>
86 <hint type="sourcelabel">
87 <x>248</x>
88 <y>254</y>
89 </hint>
90 <hint type="destinationlabel">
91 <x>157</x>
92 <y>274</y>
93 </hint>
94 </hints>
95 </connection>
96 <connection>
97 <sender>buttonBox</sender>
98 <signal>rejected()</signal>
99 <receiver>ShowOutdatedDialog</receiver>
100 <slot>reject()</slot>
101 <hints>
102 <hint type="sourcelabel">
103 <x>316</x>
104 <y>260</y>
105 </hint>
106 <hint type="destinationlabel">
107 <x>286</x>
108 <y>274</y>
109 </hint>
110 </hints>
111 </connection>
112 </connections>
113 </ui>

eric ide

mercurial