src/eric7/WebBrowser/Session/SessionManagerDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8312
800c432b34c8
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>SessionManagerDialog</class>
4 <widget class="QDialog" name="SessionManagerDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>500</width>
10 <height>400</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Session Manager</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QGridLayout" name="gridLayout">
20 <item row="0" column="0">
21 <widget class="QTreeWidget" name="sessionsList">
22 <property name="toolTip">
23 <string>Shows a list of available sessions</string>
24 </property>
25 <property name="alternatingRowColors">
26 <bool>true</bool>
27 </property>
28 <property name="rootIsDecorated">
29 <bool>false</bool>
30 </property>
31 <column>
32 <property name="text">
33 <string>Session</string>
34 </property>
35 </column>
36 <column>
37 <property name="text">
38 <string>Last Modified</string>
39 </property>
40 </column>
41 </widget>
42 </item>
43 <item row="0" column="1">
44 <layout class="QVBoxLayout" name="verticalLayout">
45 <item>
46 <widget class="QPushButton" name="newButton">
47 <property name="toolTip">
48 <string>Press to create a new session</string>
49 </property>
50 <property name="text">
51 <string>New</string>
52 </property>
53 </widget>
54 </item>
55 <item>
56 <widget class="QPushButton" name="renameButton">
57 <property name="toolTip">
58 <string>Press to rename the selected session</string>
59 </property>
60 <property name="text">
61 <string>Rename</string>
62 </property>
63 </widget>
64 </item>
65 <item>
66 <widget class="QPushButton" name="cloneButton">
67 <property name="toolTip">
68 <string>Press to clone the selected session</string>
69 </property>
70 <property name="text">
71 <string>Clone</string>
72 </property>
73 </widget>
74 </item>
75 <item>
76 <widget class="QPushButton" name="deleteButton">
77 <property name="toolTip">
78 <string>Press to delete the selected session</string>
79 </property>
80 <property name="text">
81 <string>Delete</string>
82 </property>
83 </widget>
84 </item>
85 <item>
86 <widget class="QPushButton" name="switchButton">
87 <property name="toolTip">
88 <string>Press to switch to the selected session</string>
89 </property>
90 <property name="text">
91 <string>Switch To</string>
92 </property>
93 </widget>
94 </item>
95 <item>
96 <spacer name="verticalSpacer">
97 <property name="orientation">
98 <enum>Qt::Vertical</enum>
99 </property>
100 <property name="sizeHint" stdset="0">
101 <size>
102 <width>20</width>
103 <height>40</height>
104 </size>
105 </property>
106 </spacer>
107 </item>
108 </layout>
109 </item>
110 <item row="1" column="0" colspan="2">
111 <widget class="QDialogButtonBox" name="buttonBox">
112 <property name="orientation">
113 <enum>Qt::Horizontal</enum>
114 </property>
115 <property name="standardButtons">
116 <set>QDialogButtonBox::Close</set>
117 </property>
118 </widget>
119 </item>
120 </layout>
121 </widget>
122 <resources/>
123 <connections>
124 <connection>
125 <sender>buttonBox</sender>
126 <signal>accepted()</signal>
127 <receiver>SessionManagerDialog</receiver>
128 <slot>accept()</slot>
129 <hints>
130 <hint type="sourcelabel">
131 <x>248</x>
132 <y>254</y>
133 </hint>
134 <hint type="destinationlabel">
135 <x>157</x>
136 <y>274</y>
137 </hint>
138 </hints>
139 </connection>
140 <connection>
141 <sender>buttonBox</sender>
142 <signal>rejected()</signal>
143 <receiver>SessionManagerDialog</receiver>
144 <slot>reject()</slot>
145 <hints>
146 <hint type="sourcelabel">
147 <x>316</x>
148 <y>260</y>
149 </hint>
150 <hint type="destinationlabel">
151 <x>286</x>
152 <y>274</y>
153 </hint>
154 </hints>
155 </connection>
156 </connections>
157 </ui>

eric ide

mercurial