2 <class>ManageProfilesDialog</class>
3 <widget class="QWidget" name="ManageProfilesDialog" >
4 <property name="geometry" >
12 <layout class="QGridLayout" >
13 <property name="leftMargin" >
16 <property name="topMargin" >
19 <property name="rightMargin" >
22 <property name="bottomMargin" >
25 <item row="0" column="1" >
26 <widget class="QPushButton" name="newSessionButton" >
27 <property name="toolTip" >
28 <string>Create a new profile based upon the selected profile</string>
30 <property name="text" >
31 <string>New Profile...</string>
35 <item row="1" column="1" >
36 <widget class="QPushButton" name="editSessionButton" >
37 <property name="enabled" >
40 <property name="toolTip" >
41 <string>Edit the selected profile(s)</string>
43 <property name="text" >
44 <string>Edit Profile...</string>
48 <item row="2" column="1" >
49 <widget class="QPushButton" name="deleteSessionButton" >
50 <property name="enabled" >
53 <property name="toolTip" >
54 <string>Delete the selected profile(s)</string>
56 <property name="text" >
57 <string>Delete Profile</string>
61 <item row="3" column="1" >
62 <widget class="QPushButton" name="setAsDefaultButton" >
63 <property name="enabled" >
66 <property name="toolTip" >
67 <string>Set the selected profile as the default for new terminal sessions</string>
69 <property name="text" >
70 <string>Set as Default</string>
74 <item row="4" column="1" >
76 <property name="orientation" >
77 <enum>Qt::Vertical</enum>
79 <property name="sizeHint" >
87 <item rowspan="5" row="0" column="0" >
88 <widget class="QTableView" name="sessionTable" >
89 <property name="whatsThis" >
92 <property name="alternatingRowColors" >
95 <property name="selectionMode" >
96 <enum>QAbstractItemView::ExtendedSelection</enum>
98 <property name="selectionBehavior" >
99 <enum>QAbstractItemView::SelectRows</enum>
101 <property name="verticalScrollMode" >
102 <enum>QAbstractItemView::ScrollPerPixel</enum>
104 <property name="horizontalScrollMode" >
105 <enum>QAbstractItemView::ScrollPerPixel</enum>
107 <property name="showGrid" >