Warning, /sdk/kommit/src/libkommitwidgets/dialogs/reposettingsdialog.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>RepoSettingsDialog</class> 0004 <widget class="QDialog" name="RepoSettingsDialog"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>371</width> 0010 <height>232</height> 0011 </rect> 0012 </property> 0013 <property name="windowTitle"> 0014 <string>Repo settings</string> 0015 </property> 0016 <property name="windowIcon"> 0017 <iconset theme="kommit"/> 0018 </property> 0019 <layout class="QVBoxLayout" name="verticalLayout"> 0020 <item> 0021 <layout class="QFormLayout" name="formLayout"> 0022 <item row="0" column="0"> 0023 <widget class="QLabel" name="label"> 0024 <property name="text"> 0025 <string>Name:</string> 0026 </property> 0027 </widget> 0028 </item> 0029 <item row="0" column="1"> 0030 <widget class="QLineEdit" name="lineEditUserName"/> 0031 </item> 0032 <item row="1" column="0"> 0033 <widget class="QLabel" name="label_2"> 0034 <property name="text"> 0035 <string>Email:</string> 0036 </property> 0037 </widget> 0038 </item> 0039 <item row="1" column="1"> 0040 <widget class="QLineEdit" name="lineEditUserEmail"/> 0041 </item> 0042 <item row="2" column="0"> 0043 <widget class="QLabel" name="label_3"> 0044 <property name="text"> 0045 <string>Auto crlf:</string> 0046 </property> 0047 </widget> 0048 </item> 0049 <item row="2" column="1"> 0050 <widget class="QComboBox" name="comboBoxAutoCrlf"> 0051 <property name="whatsThis"> 0052 <string><html><head/><body><p>Change cr/lf or not</p><p><a href="https://git-scm.com/docs/git-config#Documentation/git-config.txt-coreautocrlf"><span style=" text-decoration: underline; color:#007af4;">More informations...</span></a></p></body></html></string> 0053 </property> 0054 </widget> 0055 </item> 0056 <item row="3" column="0"> 0057 <widget class="QLabel" name="label_4"> 0058 <property name="text"> 0059 <string>File mode:</string> 0060 </property> 0061 </widget> 0062 </item> 0063 <item row="3" column="1"> 0064 <widget class="QComboBox" name="comboBoxFileMode"> 0065 <property name="whatsThis"> 0066 <string><html><head/><body><p>Tells Git if the executable bit of files in the working tree is to be honored. </p><p><a href="https://git-scm.com/docs/git-config#Documentation/git-config.txt-corefileMode"><span style=" text-decoration: underline; color:#007af4;">More informations...</span></a></p></body></html></string> 0067 </property> 0068 </widget> 0069 </item> 0070 </layout> 0071 </item> 0072 <item> 0073 <spacer name="verticalSpacer"> 0074 <property name="orientation"> 0075 <enum>Qt::Vertical</enum> 0076 </property> 0077 <property name="sizeHint" stdset="0"> 0078 <size> 0079 <width>20</width> 0080 <height>84</height> 0081 </size> 0082 </property> 0083 </spacer> 0084 </item> 0085 <item> 0086 <widget class="QDialogButtonBox" name="buttonBox"> 0087 <property name="orientation"> 0088 <enum>Qt::Horizontal</enum> 0089 </property> 0090 <property name="standardButtons"> 0091 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 0092 </property> 0093 </widget> 0094 </item> 0095 </layout> 0096 </widget> 0097 <resources/> 0098 <connections> 0099 <connection> 0100 <sender>buttonBox</sender> 0101 <signal>rejected()</signal> 0102 <receiver>RepoSettingsDialog</receiver> 0103 <slot>reject()</slot> 0104 <hints> 0105 <hint type="sourcelabel"> 0106 <x>325</x> 0107 <y>522</y> 0108 </hint> 0109 <hint type="destinationlabel"> 0110 <x>286</x> 0111 <y>274</y> 0112 </hint> 0113 </hints> 0114 </connection> 0115 </connections> 0116 </ui>