aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vcsbase/commonsettingspage.ui
blob: 0368510cff298a34f8a245856e8bfad6ee642aa5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>VcsBase::Internal::CommonSettingsPage</class>
 <widget class="QWidget" name="VcsBase::Internal::CommonSettingsPage">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>350</width>
    <height>212</height>
   </rect>
  </property>
  <layout class="QFormLayout" name="formLayout">
   <property name="fieldGrowthPolicy">
    <enum>QFormLayout::ExpandingFieldsGrow</enum>
   </property>
   <item row="0" column="0">
    <widget class="QCheckBox" name="lineWrapCheckBox">
     <property name="text">
      <string>Wrap submit message at:</string>
     </property>
    </widget>
   </item>
   <item row="0" column="1">
    <widget class="QSpinBox" name="lineWrapSpinBox">
     <property name="enabled">
      <bool>false</bool>
     </property>
     <property name="suffix">
      <string> characters</string>
     </property>
     <property name="minimum">
      <number>40</number>
     </property>
     <property name="maximum">
      <number>200</number>
     </property>
     <property name="value">
      <number>72</number>
     </property>
    </widget>
   </item>
   <item row="1" column="1">
    <spacer name="horizontalSpacer">
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
     <property name="sizeHint" stdset="0">
      <size>
       <width>40</width>
       <height>20</height>
      </size>
     </property>
    </spacer>
   </item>
   <item row="2" column="0">
    <widget class="QLabel" name="submitMessageCheckScriptLabel">
     <property name="toolTip">
      <string>An executable which is called with the submit message in a temporary file as first argument. It should return with an exit != 0 and a message on standard error to indicate failure.</string>
     </property>
     <property name="text">
      <string>Submit message &amp;check script:</string>
     </property>
     <property name="buddy">
      <cstring>submitMessageCheckScriptChooser</cstring>
     </property>
    </widget>
   </item>
   <item row="2" column="1">
    <widget class="Utils::PathChooser" name="submitMessageCheckScriptChooser" native="true"/>
   </item>
   <item row="3" column="0">
    <widget class="QLabel" name="nickNameMailMapLabel">
     <property name="toolTip">
      <string>A file listing nicknames in a 4-column mailmap format:
'name &lt;email&gt; alias &lt;email&gt;'.</string>
     </property>
     <property name="text">
      <string>User/&amp;alias configuration file:</string>
     </property>
     <property name="buddy">
      <cstring>nickNameMailMapChooser</cstring>
     </property>
    </widget>
   </item>
   <item row="3" column="1">
    <widget class="Utils::PathChooser" name="nickNameMailMapChooser" native="true"/>
   </item>
   <item row="4" column="0">
    <widget class="QLabel" name="nickNameFieldsFileLabel">
     <property name="toolTip">
      <string>A simple file containing lines with field names like &quot;Reviewed-By:&quot; which will be added below the submit editor.</string>
     </property>
     <property name="text">
      <string>User &amp;fields configuration file:</string>
     </property>
     <property name="buddy">
      <cstring>nickNameFieldsFileChooser</cstring>
     </property>
    </widget>
   </item>
   <item row="4" column="1">
    <widget class="Utils::PathChooser" name="nickNameFieldsFileChooser" native="true"/>
   </item>
   <item row="5" column="0">
    <widget class="QLabel" name="sshPromptLabel">
     <property name="toolTip">
      <string>Specifies a command that is executed to graphically prompt for a password,
should a repository require SSH-authentication (see documentation on SSH and the environment variable SSH_ASKPASS).</string>
     </property>
     <property name="text">
      <string>&amp;SSH prompt command:</string>
     </property>
     <property name="buddy">
      <cstring>sshPromptChooser</cstring>
     </property>
    </widget>
   </item>
   <item row="5" column="1">
    <widget class="Utils::PathChooser" name="sshPromptChooser" native="true"/>
   </item>
   <item row="6" column="0">
    <spacer name="verticalSpacer">
     <property name="orientation">
      <enum>Qt::Vertical</enum>
     </property>
     <property name="sizeType">
      <enum>QSizePolicy::Fixed</enum>
     </property>
     <property name="sizeHint" stdset="0">
      <size>
       <width>20</width>
       <height>20</height>
      </size>
     </property>
    </spacer>
   </item>
   <item row="7" column="1">
    <widget class="QPushButton" name="cacheResetButton">
     <property name="toolTip">
      <string>Reset information about which version control system handles which directory.</string>
     </property>
     <property name="text">
      <string>Reset VCS Cache</string>
     </property>
    </widget>
   </item>
  </layout>
 </widget>
 <customwidgets>
  <customwidget>
   <class>Utils::PathChooser</class>
   <extends>QWidget</extends>
   <header location="global">utils/pathchooser.h</header>
   <container>1</container>
   <slots>
    <signal>editingFinished()</signal>
    <signal>browsingFinished()</signal>
   </slots>
  </customwidget>
 </customwidgets>
 <resources/>
 <connections>
  <connection>
   <sender>lineWrapCheckBox</sender>
   <signal>toggled(bool)</signal>
   <receiver>lineWrapSpinBox</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>175</x>
     <y>21</y>
    </hint>
    <hint type="destinationlabel">
     <x>216</x>
     <y>21</y>
    </hint>
   </hints>
  </connection>
 </connections>
</ui>