Warning, /kdevelop/kdev-upload/uploaddialog.ui is written in an unsupported language. File is not indexed.

0001 <ui version="4.0" >
0002  <class>UploadDialog</class>
0003  <widget class="QDialog" name="UploadDialog" >
0004   <property name="geometry" >
0005    <rect>
0006     <x>0</x>
0007     <y>0</y>
0008     <width>382</width>
0009     <height>342</height>
0010    </rect>
0011   </property>
0012   <property name="windowTitle" >
0013    <string>Upload</string>
0014   </property>
0015   <layout class="QVBoxLayout" >
0016    <item>
0017     <layout class="QHBoxLayout" >
0018      <item>
0019       <widget class="QComboBox" name="profileCombobox" >
0020        <property name="sizePolicy" >
0021         <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
0022          <horstretch>1</horstretch>
0023          <verstretch>0</verstretch>
0024         </sizepolicy>
0025        </property>
0026       </widget>
0027      </item>
0028      <item>
0029       <widget class="QPushButton" name="modifyProfileButton" >
0030        <property name="sizePolicy" >
0031         <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
0032          <horstretch>0</horstretch>
0033          <verstretch>0</verstretch>
0034         </sizepolicy>
0035        </property>
0036        <property name="text" >
0037         <string>...</string>
0038        </property>
0039       </widget>
0040      </item>
0041     </layout>
0042    </item>
0043    <item>
0044     <widget class="QTreeView" name="projectTree" />
0045    </item>
0046    <item>
0047     <widget class="QCheckBox" name="markUploadedCheckBox" >
0048      <property name="text" >
0049       <string>Mark as uploaded, but do not upload</string>
0050      </property>
0051     </widget>
0052    </item>
0053    <item>
0054     <widget class="QDialogButtonBox" name="buttonBox" >
0055      <property name="standardButtons" >
0056       <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
0057      </property>
0058     </widget>
0059    </item>
0060   </layout>
0061  </widget>
0062  <resources/>
0063  <connections>
0064   <connection>
0065    <sender>buttonBox</sender>
0066    <signal>rejected()</signal>
0067    <receiver>UploadDialog</receiver>
0068    <slot>reject()</slot>
0069    <hints>
0070     <hint type="sourcelabel" >
0071      <x>279</x>
0072      <y>318</y>
0073     </hint>
0074     <hint type="destinationlabel" >
0075      <x>327</x>
0076      <y>282</y>
0077     </hint>
0078    </hints>
0079   </connection>
0080  </connections>
0081 </ui>