Warning, /sdk/kommit/src/libkommitwidgets/dialogs/ignorefiledialog.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>IgnoreFileDialog</class> 0004 <widget class="QDialog" name="IgnoreFileDialog"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>491</width> 0010 <height>490</height> 0011 </rect> 0012 </property> 0013 <property name="windowTitle"> 0014 <string>Ignore file</string> 0015 </property> 0016 <property name="windowIcon"> 0017 <iconset theme="kommit"/> 0018 </property> 0019 <layout class="QVBoxLayout" name="verticalLayout_3"> 0020 <item> 0021 <layout class="QHBoxLayout" name="horizontalLayout"> 0022 <item> 0023 <widget class="QLabel" name="label"> 0024 <property name="text"> 0025 <string>Pattern:</string> 0026 </property> 0027 </widget> 0028 </item> 0029 <item> 0030 <widget class="QLineEdit" name="lineEdit"/> 0031 </item> 0032 </layout> 0033 </item> 0034 <item> 0035 <widget class="QGroupBox" name="groupBoxFileName"> 0036 <property name="title"> 0037 <string>Name</string> 0038 </property> 0039 <layout class="QVBoxLayout" name="verticalLayout_4"> 0040 <item> 0041 <widget class="QRadioButton" name="radioButtonNameAndExt"> 0042 <property name="text"> 0043 <string>Name and extension</string> 0044 </property> 0045 <property name="checked"> 0046 <bool>true</bool> 0047 </property> 0048 </widget> 0049 </item> 0050 <item> 0051 <widget class="QRadioButton" name="radioButtonExt"> 0052 <property name="text"> 0053 <string>All files by this extension</string> 0054 </property> 0055 </widget> 0056 </item> 0057 <item> 0058 <widget class="QRadioButton" name="radioButtonName"> 0059 <property name="text"> 0060 <string>All files by this name</string> 0061 </property> 0062 </widget> 0063 </item> 0064 </layout> 0065 </widget> 0066 </item> 0067 <item> 0068 <widget class="QGroupBox" name="groupBoxPath"> 0069 <property name="title"> 0070 <string>Path</string> 0071 </property> 0072 <layout class="QVBoxLayout" name="verticalLayout_2"> 0073 <item> 0074 <widget class="QRadioButton" name="radioButtonExactPath"> 0075 <property name="text"> 0076 <string>Exact the path</string> 0077 </property> 0078 <property name="checked"> 0079 <bool>true</bool> 0080 </property> 0081 </widget> 0082 </item> 0083 <item> 0084 <widget class="QRadioButton" name="radioButtonEveryWhere"> 0085 <property name="text"> 0086 <string>File in everywhere</string> 0087 </property> 0088 </widget> 0089 </item> 0090 </layout> 0091 </widget> 0092 </item> 0093 <item> 0094 <widget class="QGroupBox" name="groupBoxIgnoreFile"> 0095 <property name="title"> 0096 <string>Ignore file</string> 0097 </property> 0098 <layout class="QVBoxLayout" name="verticalLayout"> 0099 <item> 0100 <widget class="QRadioButton" name="radioButtonRootIgnoreFile"> 0101 <property name="text"> 0102 <string>.gitignore in the repository root</string> 0103 </property> 0104 <property name="checked"> 0105 <bool>true</bool> 0106 </property> 0107 </widget> 0108 </item> 0109 <item> 0110 <widget class="QRadioButton" name="radioButtonDirIgnoreFile"> 0111 <property name="text"> 0112 <string>.gitignore in the containing directory</string> 0113 </property> 0114 </widget> 0115 </item> 0116 <item> 0117 <widget class="QRadioButton" name="radioButtonExcludeFile"> 0118 <property name="text"> 0119 <string>.git/info/exclude</string> 0120 </property> 0121 </widget> 0122 </item> 0123 </layout> 0124 </widget> 0125 </item> 0126 <item> 0127 <spacer name="verticalSpacer"> 0128 <property name="orientation"> 0129 <enum>Qt::Vertical</enum> 0130 </property> 0131 <property name="sizeHint" stdset="0"> 0132 <size> 0133 <width>20</width> 0134 <height>43</height> 0135 </size> 0136 </property> 0137 </spacer> 0138 </item> 0139 <item> 0140 <widget class="QDialogButtonBox" name="buttonBox"> 0141 <property name="orientation"> 0142 <enum>Qt::Horizontal</enum> 0143 </property> 0144 <property name="standardButtons"> 0145 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 0146 </property> 0147 </widget> 0148 </item> 0149 </layout> 0150 </widget> 0151 <resources/> 0152 <connections> 0153 <connection> 0154 <sender>buttonBox</sender> 0155 <signal>rejected()</signal> 0156 <receiver>IgnoreFileDialog</receiver> 0157 <slot>reject()</slot> 0158 <hints> 0159 <hint type="sourcelabel"> 0160 <x>295</x> 0161 <y>476</y> 0162 </hint> 0163 <hint type="destinationlabel"> 0164 <x>286</x> 0165 <y>274</y> 0166 </hint> 0167 </hints> 0168 </connection> 0169 <connection> 0170 <sender>radioButtonNameAndExt</sender> 0171 <signal>toggled(bool)</signal> 0172 <receiver>IgnoreFileDialog</receiver> 0173 <slot>generateIgnorePattern()</slot> 0174 <hints> 0175 <hint type="sourcelabel"> 0176 <x>75</x> 0177 <y>78</y> 0178 </hint> 0179 <hint type="destinationlabel"> 0180 <x>66</x> 0181 <y>419</y> 0182 </hint> 0183 </hints> 0184 </connection> 0185 <connection> 0186 <sender>radioButtonExt</sender> 0187 <signal>toggled(bool)</signal> 0188 <receiver>IgnoreFileDialog</receiver> 0189 <slot>generateIgnorePattern()</slot> 0190 <hints> 0191 <hint type="sourcelabel"> 0192 <x>44</x> 0193 <y>109</y> 0194 </hint> 0195 <hint type="destinationlabel"> 0196 <x>5</x> 0197 <y>183</y> 0198 </hint> 0199 </hints> 0200 </connection> 0201 <connection> 0202 <sender>radioButtonName</sender> 0203 <signal>toggled(bool)</signal> 0204 <receiver>IgnoreFileDialog</receiver> 0205 <slot>generateIgnorePattern()</slot> 0206 <hints> 0207 <hint type="sourcelabel"> 0208 <x>97</x> 0209 <y>140</y> 0210 </hint> 0211 <hint type="destinationlabel"> 0212 <x>105</x> 0213 <y>427</y> 0214 </hint> 0215 </hints> 0216 </connection> 0217 <connection> 0218 <sender>radioButtonExactPath</sender> 0219 <signal>toggled(bool)</signal> 0220 <receiver>IgnoreFileDialog</receiver> 0221 <slot>generateIgnorePattern()</slot> 0222 <hints> 0223 <hint type="sourcelabel"> 0224 <x>81</x> 0225 <y>214</y> 0226 </hint> 0227 <hint type="destinationlabel"> 0228 <x>288</x> 0229 <y>433</y> 0230 </hint> 0231 </hints> 0232 </connection> 0233 <connection> 0234 <sender>radioButtonEveryWhere</sender> 0235 <signal>toggled(bool)</signal> 0236 <receiver>IgnoreFileDialog</receiver> 0237 <slot>generateIgnorePattern()</slot> 0238 <hints> 0239 <hint type="sourcelabel"> 0240 <x>120</x> 0241 <y>244</y> 0242 </hint> 0243 <hint type="destinationlabel"> 0244 <x>270</x> 0245 <y>425</y> 0246 </hint> 0247 </hints> 0248 </connection> 0249 </connections> 0250 <slots> 0251 <slot>generateIgnorePattern()</slot> 0252 </slots> 0253 </ui>