Plugins/VcsPlugins/vcsSubversion/SvnLogDialog.ui

changeset 0
de9c2efb9d02
child 1805
c666c9bdbb2d
equal deleted inserted replaced
-1:000000000000 0:de9c2efb9d02
1 <ui version="4.0" >
2 <class>SvnLogDialog</class>
3 <widget class="QWidget" name="SvnLogDialog" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>751</width>
9 <height>649</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>Subversion Log</string>
14 </property>
15 <layout class="QVBoxLayout" >
16 <item>
17 <widget class="QGroupBox" name="contentsGroup" >
18 <property name="sizePolicy" >
19 <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
20 <horstretch>0</horstretch>
21 <verstretch>3</verstretch>
22 </sizepolicy>
23 </property>
24 <property name="title" >
25 <string>Log</string>
26 </property>
27 <layout class="QVBoxLayout" >
28 <item>
29 <widget class="QTextBrowser" name="contents" >
30 <property name="focusPolicy" >
31 <enum>Qt::NoFocus</enum>
32 </property>
33 <property name="whatsThis" >
34 <string>&lt;b>Subversion Log&lt;/b>&lt;p>This shows the output of the svn log command. By clicking on the links you may show the difference between versions.&lt;/p></string>
35 </property>
36 </widget>
37 </item>
38 </layout>
39 </widget>
40 </item>
41 <item>
42 <widget class="QGroupBox" name="errorGroup" >
43 <property name="sizePolicy" >
44 <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
45 <horstretch>0</horstretch>
46 <verstretch>1</verstretch>
47 </sizepolicy>
48 </property>
49 <property name="title" >
50 <string>Errors</string>
51 </property>
52 <layout class="QVBoxLayout" >
53 <item>
54 <widget class="QTextEdit" name="errors" >
55 <property name="focusPolicy" >
56 <enum>Qt::NoFocus</enum>
57 </property>
58 <property name="whatsThis" >
59 <string>&lt;b>Subversion log errors&lt;/b>&lt;p>This shows possible error messages of the svn log command.&lt;/p></string>
60 </property>
61 <property name="readOnly" >
62 <bool>true</bool>
63 </property>
64 <property name="acceptRichText" >
65 <bool>false</bool>
66 </property>
67 </widget>
68 </item>
69 </layout>
70 </widget>
71 </item>
72 <item>
73 <widget class="QGroupBox" name="inputGroup" >
74 <property name="title" >
75 <string>Input</string>
76 </property>
77 <layout class="QGridLayout" >
78 <item row="1" column="1" >
79 <spacer>
80 <property name="orientation" >
81 <enum>Qt::Horizontal</enum>
82 </property>
83 <property name="sizeType" >
84 <enum>QSizePolicy::Expanding</enum>
85 </property>
86 <property name="sizeHint" stdset="0" >
87 <size>
88 <width>327</width>
89 <height>29</height>
90 </size>
91 </property>
92 </spacer>
93 </item>
94 <item row="1" column="2" >
95 <widget class="QPushButton" name="sendButton" >
96 <property name="toolTip" >
97 <string>Press to send the input to the subversion process</string>
98 </property>
99 <property name="text" >
100 <string>&amp;Send</string>
101 </property>
102 <property name="shortcut" >
103 <string>Alt+S</string>
104 </property>
105 </widget>
106 </item>
107 <item row="0" column="0" colspan="3" >
108 <widget class="QLineEdit" name="input" >
109 <property name="toolTip" >
110 <string>Enter data to be sent to the subversion process</string>
111 </property>
112 </widget>
113 </item>
114 <item row="1" column="0" >
115 <widget class="QCheckBox" name="passwordCheckBox" >
116 <property name="toolTip" >
117 <string>Select to switch the input field to password mode</string>
118 </property>
119 <property name="text" >
120 <string>&amp;Password Mode</string>
121 </property>
122 <property name="shortcut" >
123 <string>Alt+P</string>
124 </property>
125 </widget>
126 </item>
127 </layout>
128 </widget>
129 </item>
130 <item>
131 <widget class="QDialogButtonBox" name="buttonBox" >
132 <property name="orientation" >
133 <enum>Qt::Horizontal</enum>
134 </property>
135 <property name="standardButtons" >
136 <set>QDialogButtonBox::Close</set>
137 </property>
138 </widget>
139 </item>
140 </layout>
141 </widget>
142 <tabstops>
143 <tabstop>input</tabstop>
144 <tabstop>sendButton</tabstop>
145 <tabstop>passwordCheckBox</tabstop>
146 </tabstops>
147 <resources/>
148 <connections>
149 <connection>
150 <sender>buttonBox</sender>
151 <signal>rejected()</signal>
152 <receiver>SvnLogDialog</receiver>
153 <slot>close()</slot>
154 <hints>
155 <hint type="sourcelabel" >
156 <x>262</x>
157 <y>624</y>
158 </hint>
159 <hint type="destinationlabel" >
160 <x>271</x>
161 <y>647</y>
162 </hint>
163 </hints>
164 </connection>
165 </connections>
166 </ui>

eric ide

mercurial