Plugins/VcsPlugins/vcsSubversion/SvnDialog.ui

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

eric ide

mercurial