Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.ui

changeset 3562
ef3f13a2c599
parent 1806
9ac49a2db4e7
child 5508
30626def80dc
equal deleted inserted replaced
3559:8938a2a66dee 3562:ef3f13a2c599
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>HgBookmarksInOutDialog</class>
4 <widget class="QDialog" name="HgBookmarksInOutDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>520</width>
10 <height>494</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string/>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout">
20 <item>
21 <widget class="QTreeWidget" name="bookmarksList">
22 <property name="sizePolicy">
23 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
24 <horstretch>0</horstretch>
25 <verstretch>2</verstretch>
26 </sizepolicy>
27 </property>
28 <property name="whatsThis">
29 <string>&lt;b&gt;Bookmarks List&lt;/b&gt;
30 &lt;p&gt;This shows a list of the bookmarks.&lt;/p&gt;</string>
31 </property>
32 <property name="alternatingRowColors">
33 <bool>true</bool>
34 </property>
35 <property name="rootIsDecorated">
36 <bool>false</bool>
37 </property>
38 <property name="itemsExpandable">
39 <bool>false</bool>
40 </property>
41 <property name="sortingEnabled">
42 <bool>true</bool>
43 </property>
44 <column>
45 <property name="text">
46 <string>Name</string>
47 </property>
48 </column>
49 <column>
50 <property name="text">
51 <string>Changeset</string>
52 </property>
53 </column>
54 </widget>
55 </item>
56 <item>
57 <widget class="QGroupBox" name="errorGroup">
58 <property name="sizePolicy">
59 <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
60 <horstretch>0</horstretch>
61 <verstretch>1</verstretch>
62 </sizepolicy>
63 </property>
64 <property name="title">
65 <string>Errors</string>
66 </property>
67 <layout class="QVBoxLayout">
68 <item>
69 <widget class="QTextEdit" name="errors">
70 <property name="readOnly">
71 <bool>true</bool>
72 </property>
73 <property name="acceptRichText">
74 <bool>false</bool>
75 </property>
76 </widget>
77 </item>
78 </layout>
79 </widget>
80 </item>
81 <item>
82 <widget class="QGroupBox" name="inputGroup">
83 <property name="title">
84 <string>Input</string>
85 </property>
86 <layout class="QGridLayout">
87 <item row="1" column="1">
88 <spacer>
89 <property name="orientation">
90 <enum>Qt::Horizontal</enum>
91 </property>
92 <property name="sizeType">
93 <enum>QSizePolicy::Expanding</enum>
94 </property>
95 <property name="sizeHint" stdset="0">
96 <size>
97 <width>327</width>
98 <height>29</height>
99 </size>
100 </property>
101 </spacer>
102 </item>
103 <item row="1" column="2">
104 <widget class="QPushButton" name="sendButton">
105 <property name="toolTip">
106 <string>Press to send the input to the hg process</string>
107 </property>
108 <property name="text">
109 <string>&amp;Send</string>
110 </property>
111 <property name="shortcut">
112 <string>Alt+S</string>
113 </property>
114 </widget>
115 </item>
116 <item row="0" column="0" colspan="3">
117 <widget class="QLineEdit" name="input">
118 <property name="toolTip">
119 <string>Enter data to be sent to the hg process</string>
120 </property>
121 </widget>
122 </item>
123 <item row="1" column="0">
124 <widget class="QCheckBox" name="passwordCheckBox">
125 <property name="toolTip">
126 <string>Select to switch the input field to password mode</string>
127 </property>
128 <property name="text">
129 <string>&amp;Password Mode</string>
130 </property>
131 <property name="shortcut">
132 <string>Alt+P</string>
133 </property>
134 </widget>
135 </item>
136 </layout>
137 </widget>
138 </item>
139 <item>
140 <widget class="QDialogButtonBox" name="buttonBox">
141 <property name="orientation">
142 <enum>Qt::Horizontal</enum>
143 </property>
144 <property name="standardButtons">
145 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
146 </property>
147 </widget>
148 </item>
149 </layout>
150 </widget>
151 <layoutdefault spacing="6" margin="11"/>
152 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
153 <tabstops>
154 <tabstop>input</tabstop>
155 <tabstop>passwordCheckBox</tabstop>
156 <tabstop>sendButton</tabstop>
157 <tabstop>bookmarksList</tabstop>
158 <tabstop>errors</tabstop>
159 <tabstop>buttonBox</tabstop>
160 </tabstops>
161 <resources/>
162 <connections/>
163 </ui>

eric ide

mercurial