Warning, /sdk/kommit/src/libkommitwidgets/dialogs/commitpushdialog.ui is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <ui version="4.0"> 0003 <class>CommitPushDialog</class> 0004 <widget class="QDialog" name="CommitPushDialog"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>514</width> 0010 <height>629</height> 0011 </rect> 0012 </property> 0013 <property name="windowTitle"> 0014 <string>Commit/Push</string> 0015 </property> 0016 <layout class="QVBoxLayout" name="verticalLayout_4"> 0017 <item> 0018 <layout class="QFormLayout" name="formLayout_2"> 0019 <item row="0" column="0"> 0020 <widget class="QLabel" name="labelCurrentBranchName_2"> 0021 <property name="text"> 0022 <string>Remote:</string> 0023 </property> 0024 </widget> 0025 </item> 0026 <item row="0" column="1"> 0027 <widget class="QComboBox" name="comboBoxRemote"/> 0028 </item> 0029 </layout> 0030 </item> 0031 <item> 0032 <widget class="QGroupBox" name="groupBox"> 0033 <property name="title"> 0034 <string>Branch</string> 0035 </property> 0036 <layout class="QFormLayout" name="formLayout"> 0037 <item row="1" column="0"> 0038 <widget class="QRadioButton" name="radioButtonCurrentBranch"> 0039 <property name="text"> 0040 <string>Current branch</string> 0041 </property> 0042 <property name="checked"> 0043 <bool>true</bool> 0044 </property> 0045 </widget> 0046 </item> 0047 <item row="2" column="0"> 0048 <widget class="QRadioButton" name="radioButtonExistingBranch"> 0049 <property name="text"> 0050 <string>Existing branch</string> 0051 </property> 0052 </widget> 0053 </item> 0054 <item row="2" column="1"> 0055 <widget class="QComboBox" name="comboBoxBranch"> 0056 <property name="enabled"> 0057 <bool>false</bool> 0058 </property> 0059 </widget> 0060 </item> 0061 <item row="3" column="0"> 0062 <widget class="QRadioButton" name="radioButtonNewBranch"> 0063 <property name="text"> 0064 <string>New branch</string> 0065 </property> 0066 </widget> 0067 </item> 0068 <item row="3" column="1"> 0069 <widget class="QLineEdit" name="lineEditNewBranchName"> 0070 <property name="enabled"> 0071 <bool>false</bool> 0072 </property> 0073 </widget> 0074 </item> 0075 <item row="1" column="1"> 0076 <widget class="QLabel" name="labelCurrentBranchName"> 0077 <property name="text"> 0078 <string>---</string> 0079 </property> 0080 </widget> 0081 </item> 0082 </layout> 0083 </widget> 0084 </item> 0085 <item> 0086 <widget class="QCheckBox" name="checkBoxForce"> 0087 <property name="whatsThis"> 0088 <string><html><head/><body><p>Usually, the command refuses to update a remote ref that is not an ancestor of the local ref used to overwrite it. Also, when --force-with-lease option is used, the command refuses to update a remote ref whose current value does not match what is expected.</p><p>This flag disables these checks, and can cause the remote repository to lose commits; use it with care.</p><p><br/></p><p><a href="https://git-scm.com/docs/git-push#Documentation/git-push.txt--f"><span style=" text-decoration: underline; color:#007af4;">More information...</span></a></p></body></html></string> 0089 </property> 0090 <property name="text"> 0091 <string>Force</string> 0092 </property> 0093 </widget> 0094 </item> 0095 <item> 0096 <widget class="QGroupBox" name="groupBoxMakeCommit"> 0097 <property name="title"> 0098 <string>Create a commit</string> 0099 </property> 0100 <property name="checkable"> 0101 <bool>true</bool> 0102 </property> 0103 <layout class="QVBoxLayout" name="verticalLayout_3"> 0104 <item> 0105 <widget class="QCheckBox" name="checkBoxIncludeStatus"> 0106 <property name="whatsThis"> 0107 <string><html><head/><body><p>Include the output of &quot;git status&quot; in the commit message template when using an editor to prepare the commit message. </p><p><a href="https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---status"><span style=" text-decoration: underline; color:#2980b9;">More information</span></a></p></body></html></string> 0108 </property> 0109 <property name="text"> 0110 <string>Include status to the message</string> 0111 </property> 0112 <property name="tristate"> 0113 <bool>true</bool> 0114 </property> 0115 </widget> 0116 </item> 0117 <item> 0118 <widget class="QCheckBox" name="checkBoxAmend"> 0119 <property name="whatsThis"> 0120 <string><html><head/><body><p>Replace the tip of the current branch by creating a new commit.</p><p><br/></p><p><a href="https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---amend"><span style=" text-decoration: underline; color:#2980b9;">More info</span></a></p></body></html></string> 0121 </property> 0122 <property name="text"> 0123 <string>Amend to previous commit</string> 0124 </property> 0125 </widget> 0126 </item> 0127 <item> 0128 <widget class="QSplitter" name="splitter"> 0129 <property name="orientation"> 0130 <enum>Qt::Vertical</enum> 0131 </property> 0132 <property name="childrenCollapsible"> 0133 <bool>false</bool> 0134 </property> 0135 <widget class="QWidget" name="widget" native="true"> 0136 <layout class="QVBoxLayout" name="verticalLayout_2"> 0137 <property name="leftMargin"> 0138 <number>0</number> 0139 </property> 0140 <property name="topMargin"> 0141 <number>0</number> 0142 </property> 0143 <property name="rightMargin"> 0144 <number>0</number> 0145 </property> 0146 <property name="bottomMargin"> 0147 <number>0</number> 0148 </property> 0149 <item> 0150 <widget class="QLabel" name="label"> 0151 <property name="text"> 0152 <string>Message:</string> 0153 </property> 0154 </widget> 0155 </item> 0156 <item> 0157 <widget class="QWidget" name="widget_2" native="true"/> 0158 </item> 0159 <item> 0160 <widget class="CompletionTextEdit" name="textEditMessage"> 0161 <property name="whatsThis"> 0162 <string><html><head/><body><p>Use the given text as the commit message. </p><p><a href="https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---messageltmsggt"><span style=" text-decoration: underline; color:#2980b9;">More information</span></a></p></body></html></string> 0163 </property> 0164 </widget> 0165 </item> 0166 </layout> 0167 </widget> 0168 <widget class="QWidget" name="layoutWidget"> 0169 <layout class="QVBoxLayout" name="verticalLayout"> 0170 <item> 0171 <layout class="QHBoxLayout" name="horizontalLayout_2"> 0172 <item> 0173 <widget class="QLabel" name="label_2"> 0174 <property name="text"> 0175 <string>Files:</string> 0176 </property> 0177 </widget> 0178 </item> 0179 <item> 0180 <spacer name="horizontalSpacer_2"> 0181 <property name="orientation"> 0182 <enum>Qt::Horizontal</enum> 0183 </property> 0184 <property name="sizeHint" stdset="0"> 0185 <size> 0186 <width>40</width> 0187 <height>20</height> 0188 </size> 0189 </property> 0190 </spacer> 0191 </item> 0192 <item> 0193 <widget class="QToolButton" name="toolButtonAddAll"> 0194 <property name="text"> 0195 <string>All</string> 0196 </property> 0197 <property name="autoRaise"> 0198 <bool>true</bool> 0199 </property> 0200 </widget> 0201 </item> 0202 <item> 0203 <widget class="QToolButton" name="toolButtonAddIndexed"> 0204 <property name="text"> 0205 <string>Indexed</string> 0206 </property> 0207 <property name="autoRaise"> 0208 <bool>true</bool> 0209 </property> 0210 </widget> 0211 </item> 0212 <item> 0213 <widget class="QToolButton" name="toolButtonAddAdded"> 0214 <property name="text"> 0215 <string>Added</string> 0216 </property> 0217 <property name="autoRaise"> 0218 <bool>true</bool> 0219 </property> 0220 </widget> 0221 </item> 0222 <item> 0223 <widget class="QToolButton" name="toolButtonAddRemoved"> 0224 <property name="text"> 0225 <string>Removed</string> 0226 </property> 0227 <property name="autoRaise"> 0228 <bool>true</bool> 0229 </property> 0230 </widget> 0231 </item> 0232 <item> 0233 <widget class="QToolButton" name="toolButtonAddModified"> 0234 <property name="text"> 0235 <string>Modified</string> 0236 </property> 0237 <property name="autoRaise"> 0238 <bool>true</bool> 0239 </property> 0240 </widget> 0241 </item> 0242 <item> 0243 <widget class="QToolButton" name="toolButtonAddNone"> 0244 <property name="text"> 0245 <string>None</string> 0246 </property> 0247 <property name="autoRaise"> 0248 <bool>true</bool> 0249 </property> 0250 </widget> 0251 </item> 0252 </layout> 0253 </item> 0254 <item> 0255 <widget class="QListView" name="listView"> 0256 <property name="contextMenuPolicy"> 0257 <enum>Qt::CustomContextMenu</enum> 0258 </property> 0259 </widget> 0260 </item> 0261 </layout> 0262 </widget> 0263 </widget> 0264 </item> 0265 </layout> 0266 </widget> 0267 </item> 0268 <item> 0269 <layout class="QHBoxLayout" name="horizontalLayout"> 0270 <item> 0271 <spacer name="horizontalSpacer"> 0272 <property name="orientation"> 0273 <enum>Qt::Horizontal</enum> 0274 </property> 0275 <property name="sizeHint" stdset="0"> 0276 <size> 0277 <width>40</width> 0278 <height>20</height> 0279 </size> 0280 </property> 0281 </spacer> 0282 </item> 0283 <item> 0284 <widget class="QPushButton" name="pushButtonCommit"> 0285 <property name="enabled"> 0286 <bool>false</bool> 0287 </property> 0288 <property name="text"> 0289 <string>Commit</string> 0290 </property> 0291 </widget> 0292 </item> 0293 <item> 0294 <widget class="QPushButton" name="pushButtonPush"> 0295 <property name="enabled"> 0296 <bool>false</bool> 0297 </property> 0298 <property name="text"> 0299 <string>Push</string> 0300 </property> 0301 </widget> 0302 </item> 0303 </layout> 0304 </item> 0305 </layout> 0306 </widget> 0307 <customwidgets> 0308 <customwidget> 0309 <class>CompletionTextEdit</class> 0310 <extends>QTextEdit</extends> 0311 <header>widgets/completiontextedit.h</header> 0312 </customwidget> 0313 </customwidgets> 0314 <tabstops> 0315 <tabstop>radioButtonCurrentBranch</tabstop> 0316 <tabstop>radioButtonExistingBranch</tabstop> 0317 <tabstop>comboBoxBranch</tabstop> 0318 <tabstop>radioButtonNewBranch</tabstop> 0319 <tabstop>lineEditNewBranchName</tabstop> 0320 <tabstop>checkBoxIncludeStatus</tabstop> 0321 <tabstop>checkBoxAmend</tabstop> 0322 <tabstop>textEditMessage</tabstop> 0323 <tabstop>toolButtonAddAll</tabstop> 0324 <tabstop>toolButtonAddIndexed</tabstop> 0325 <tabstop>toolButtonAddNone</tabstop> 0326 <tabstop>listView</tabstop> 0327 <tabstop>pushButtonCommit</tabstop> 0328 <tabstop>pushButtonPush</tabstop> 0329 </tabstops> 0330 <resources/> 0331 <connections> 0332 <connection> 0333 <sender>radioButtonExistingBranch</sender> 0334 <signal>toggled(bool)</signal> 0335 <receiver>comboBoxBranch</receiver> 0336 <slot>setEnabled(bool)</slot> 0337 <hints> 0338 <hint type="sourcelabel"> 0339 <x>83</x> 0340 <y>102</y> 0341 </hint> 0342 <hint type="destinationlabel"> 0343 <x>194</x> 0344 <y>111</y> 0345 </hint> 0346 </hints> 0347 </connection> 0348 <connection> 0349 <sender>radioButtonNewBranch</sender> 0350 <signal>toggled(bool)</signal> 0351 <receiver>lineEditNewBranchName</receiver> 0352 <slot>setEnabled(bool)</slot> 0353 <hints> 0354 <hint type="sourcelabel"> 0355 <x>71</x> 0356 <y>140</y> 0357 </hint> 0358 <hint type="destinationlabel"> 0359 <x>197</x> 0360 <y>140</y> 0361 </hint> 0362 </hints> 0363 </connection> 0364 <connection> 0365 <sender>radioButtonCurrentBranch</sender> 0366 <signal>toggled(bool)</signal> 0367 <receiver>labelCurrentBranchName</receiver> 0368 <slot>setEnabled(bool)</slot> 0369 <hints> 0370 <hint type="sourcelabel"> 0371 <x>71</x> 0372 <y>77</y> 0373 </hint> 0374 <hint type="destinationlabel"> 0375 <x>234</x> 0376 <y>77</y> 0377 </hint> 0378 </hints> 0379 </connection> 0380 <connection> 0381 <sender>checkBoxAmend</sender> 0382 <signal>toggled(bool)</signal> 0383 <receiver>widget</receiver> 0384 <slot>setDisabled(bool)</slot> 0385 <hints> 0386 <hint type="sourcelabel"> 0387 <x>63</x> 0388 <y>239</y> 0389 </hint> 0390 <hint type="destinationlabel"> 0391 <x>88</x> 0392 <y>311</y> 0393 </hint> 0394 </hints> 0395 </connection> 0396 </connections> 0397 </ui>