Warning, /sdk/kommit/src/libkommitwidgets/dialogs/remoteinfodialog.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>RemoteInfoDialog</class>
0004  <widget class="QDialog" name="RemoteInfoDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>327</width>
0010     <height>240</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>New remote</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="lineEditName"/>
0031      </item>
0032      <item row="1" column="0">
0033       <widget class="QLabel" name="label_2">
0034        <property name="text">
0035         <string>Url:</string>
0036        </property>
0037       </widget>
0038      </item>
0039      <item row="1" column="1">
0040       <widget class="QLineEdit" name="lineEditUrl"/>
0041      </item>
0042     </layout>
0043    </item>
0044    <item>
0045     <widget class="QCheckBox" name="checkBoxMirror">
0046      <property name="text">
0047       <string>Mirror</string>
0048      </property>
0049     </widget>
0050    </item>
0051    <item>
0052     <widget class="QCheckBox" name="checkBoxTags">
0053      <property name="text">
0054       <string>Tags</string>
0055      </property>
0056      <property name="tristate">
0057       <bool>true</bool>
0058      </property>
0059     </widget>
0060    </item>
0061    <item>
0062     <widget class="QCheckBox" name="checkBoxFetch">
0063      <property name="text">
0064       <string>Fetch</string>
0065      </property>
0066     </widget>
0067    </item>
0068    <item>
0069     <spacer name="verticalSpacer">
0070      <property name="orientation">
0071       <enum>Qt::Vertical</enum>
0072      </property>
0073      <property name="sizeHint" stdset="0">
0074       <size>
0075        <width>20</width>
0076        <height>65</height>
0077       </size>
0078      </property>
0079     </spacer>
0080    </item>
0081    <item>
0082     <widget class="QDialogButtonBox" name="buttonBox">
0083      <property name="orientation">
0084       <enum>Qt::Horizontal</enum>
0085      </property>
0086      <property name="standardButtons">
0087       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0088      </property>
0089     </widget>
0090    </item>
0091   </layout>
0092  </widget>
0093  <resources/>
0094  <connections>
0095   <connection>
0096    <sender>buttonBox</sender>
0097    <signal>accepted()</signal>
0098    <receiver>RemoteInfoDialog</receiver>
0099    <slot>accept()</slot>
0100    <hints>
0101     <hint type="sourcelabel">
0102      <x>257</x>
0103      <y>230</y>
0104     </hint>
0105     <hint type="destinationlabel">
0106      <x>157</x>
0107      <y>239</y>
0108     </hint>
0109    </hints>
0110   </connection>
0111   <connection>
0112    <sender>buttonBox</sender>
0113    <signal>rejected()</signal>
0114    <receiver>RemoteInfoDialog</receiver>
0115    <slot>reject()</slot>
0116    <hints>
0117     <hint type="sourcelabel">
0118      <x>317</x>
0119      <y>230</y>
0120     </hint>
0121     <hint type="destinationlabel">
0122      <x>286</x>
0123      <y>239</y>
0124     </hint>
0125    </hints>
0126   </connection>
0127  </connections>
0128 </ui>