src/eric7/RemoteServerInterface/EricServerProfilesDialog.ui

branch
server
changeset 10531
3308e8349e4c
equal deleted inserted replaced
10530:684f491a3bfc 10531:3308e8349e4c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>EricServerProfilesDialog</class>
4 <widget class="QDialog" name="EricServerProfilesDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>441</width>
10 <height>281</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Manage Server Connections</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="QListWidget" name="connectionsList">
22 <property name="editTriggers">
23 <set>QAbstractItemView::NoEditTriggers</set>
24 </property>
25 <property name="alternatingRowColors">
26 <bool>true</bool>
27 </property>
28 <property name="selectionMode">
29 <enum>QAbstractItemView::ExtendedSelection</enum>
30 </property>
31 <property name="sortingEnabled">
32 <bool>true</bool>
33 </property>
34 </widget>
35 </item>
36 <item row="0" column="1">
37 <layout class="QVBoxLayout" name="verticalLayout">
38 <item>
39 <widget class="QPushButton" name="addButton">
40 <property name="toolTip">
41 <string>Press to open a dialog to add a new server connection.</string>
42 </property>
43 <property name="text">
44 <string>Add...</string>
45 </property>
46 </widget>
47 </item>
48 <item>
49 <widget class="QPushButton" name="editButton">
50 <property name="toolTip">
51 <string>Press to open a dialog to edit the selected server connection.</string>
52 </property>
53 <property name="text">
54 <string>Edit...</string>
55 </property>
56 </widget>
57 </item>
58 <item>
59 <widget class="QPushButton" name="removeButton">
60 <property name="toolTip">
61 <string>Press to remove the selected server connections.</string>
62 </property>
63 <property name="text">
64 <string>Remove</string>
65 </property>
66 </widget>
67 </item>
68 <item>
69 <spacer name="verticalSpacer">
70 <property name="orientation">
71 <enum>Qt::Vertical</enum>
72 </property>
73 <property name="sizeHint" stdset="0">
74 <size>
75 <width>20</width>
76 <height>40</height>
77 </size>
78 </property>
79 </spacer>
80 </item>
81 <item>
82 <widget class="QPushButton" name="resetButton">
83 <property name="toolTip">
84 <string>Press to reset all changes performed.</string>
85 </property>
86 <property name="text">
87 <string>Reset</string>
88 </property>
89 </widget>
90 </item>
91 </layout>
92 </item>
93 <item row="1" column="0" colspan="2">
94 <widget class="QDialogButtonBox" name="buttonBox">
95 <property name="orientation">
96 <enum>Qt::Horizontal</enum>
97 </property>
98 <property name="standardButtons">
99 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
100 </property>
101 </widget>
102 </item>
103 </layout>
104 </widget>
105 <resources/>
106 <connections>
107 <connection>
108 <sender>buttonBox</sender>
109 <signal>accepted()</signal>
110 <receiver>EricServerProfilesDialog</receiver>
111 <slot>accept()</slot>
112 <hints>
113 <hint type="sourcelabel">
114 <x>248</x>
115 <y>254</y>
116 </hint>
117 <hint type="destinationlabel">
118 <x>157</x>
119 <y>274</y>
120 </hint>
121 </hints>
122 </connection>
123 <connection>
124 <sender>buttonBox</sender>
125 <signal>rejected()</signal>
126 <receiver>EricServerProfilesDialog</receiver>
127 <slot>reject()</slot>
128 <hints>
129 <hint type="sourcelabel">
130 <x>316</x>
131 <y>260</y>
132 </hint>
133 <hint type="destinationlabel">
134 <x>286</x>
135 <y>274</y>
136 </hint>
137 </hints>
138 </connection>
139 </connections>
140 </ui>

eric ide

mercurial