src/eric7/Plugins/VcsPlugins/vcsGit/GitDialog.ui

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

eric ide

mercurial