Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui

changeset 178
dd9f0bca5e2f
child 917
746c54b643eb
equal deleted inserted replaced
177:c822ccc4d138 178:dd9f0bca5e2f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>HgStatusDialog</class>
4 <widget class="QWidget" name="HgStatusDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>955</width>
10 <height>646</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Mercurial Status</string>
15 </property>
16 <property name="whatsThis">
17 <string>&lt;b&gt;Mercurial Status&lt;/b&gt;
18 &lt;p&gt;This dialog shows the status of the selected file or project.&lt;/p&gt;</string>
19 </property>
20 <layout class="QVBoxLayout">
21 <item>
22 <widget class="QTreeWidget" name="statusList">
23 <property name="sizePolicy">
24 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
25 <horstretch>0</horstretch>
26 <verstretch>3</verstretch>
27 </sizepolicy>
28 </property>
29 <property name="focusPolicy">
30 <enum>Qt::NoFocus</enum>
31 </property>
32 <property name="alternatingRowColors">
33 <bool>true</bool>
34 </property>
35 <property name="selectionMode">
36 <enum>QAbstractItemView::ExtendedSelection</enum>
37 </property>
38 <property name="rootIsDecorated">
39 <bool>false</bool>
40 </property>
41 <property name="sortingEnabled">
42 <bool>true</bool>
43 </property>
44 <column>
45 <property name="text">
46 <string>Status</string>
47 </property>
48 </column>
49 <column>
50 <property name="text">
51 <string>Path</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="focusPolicy">
71 <enum>Qt::NoFocus</enum>
72 </property>
73 <property name="readOnly">
74 <bool>true</bool>
75 </property>
76 <property name="acceptRichText">
77 <bool>false</bool>
78 </property>
79 </widget>
80 </item>
81 </layout>
82 </widget>
83 </item>
84 <item>
85 <widget class="QGroupBox" name="inputGroup">
86 <property name="title">
87 <string>Input</string>
88 </property>
89 <layout class="QGridLayout">
90 <item row="1" column="1">
91 <spacer>
92 <property name="orientation">
93 <enum>Qt::Horizontal</enum>
94 </property>
95 <property name="sizeType">
96 <enum>QSizePolicy::Expanding</enum>
97 </property>
98 <property name="sizeHint" stdset="0">
99 <size>
100 <width>327</width>
101 <height>29</height>
102 </size>
103 </property>
104 </spacer>
105 </item>
106 <item row="1" column="2">
107 <widget class="QPushButton" name="sendButton">
108 <property name="toolTip">
109 <string>Press to send the input to the hg process</string>
110 </property>
111 <property name="text">
112 <string>&amp;Send</string>
113 </property>
114 <property name="shortcut">
115 <string>Alt+S</string>
116 </property>
117 </widget>
118 </item>
119 <item row="0" column="0" colspan="3">
120 <widget class="QLineEdit" name="input">
121 <property name="toolTip">
122 <string>Enter data to be sent to the hg process</string>
123 </property>
124 </widget>
125 </item>
126 <item row="1" column="0">
127 <widget class="QCheckBox" name="passwordCheckBox">
128 <property name="toolTip">
129 <string>Select to switch the input field to password mode</string>
130 </property>
131 <property name="text">
132 <string>&amp;Password Mode</string>
133 </property>
134 <property name="shortcut">
135 <string>Alt+P</string>
136 </property>
137 </widget>
138 </item>
139 </layout>
140 </widget>
141 </item>
142 <item>
143 <widget class="QDialogButtonBox" name="buttonBox">
144 <property name="orientation">
145 <enum>Qt::Horizontal</enum>
146 </property>
147 <property name="standardButtons">
148 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
149 </property>
150 </widget>
151 </item>
152 </layout>
153 </widget>
154 <layoutdefault spacing="6" margin="11"/>
155 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
156 <tabstops>
157 <tabstop>input</tabstop>
158 <tabstop>sendButton</tabstop>
159 <tabstop>passwordCheckBox</tabstop>
160 </tabstops>
161 <resources/>
162 <connections/>
163 </ui>

eric ide

mercurial