Plugins/VcsPlugins/vcsGit/GitDescribeDialog.ui

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

eric ide

mercurial