Warning, /sdk/codevis/desktopapp/projectsettingsdialog.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>ProjectSettingsDialog</class>
0004  <widget class="QDialog" name="ProjectSettingsDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>513</width>
0010     <height>166</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Project Settings</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <layout class="QFormLayout" name="formLayout_2">
0019      <item row="0" column="0">
0020       <widget class="QLabel" name="projectNameLabel">
0021        <property name="text">
0022         <string>Project name:</string>
0023        </property>
0024       </widget>
0025      </item>
0026      <item row="0" column="1">
0027       <widget class="QLineEdit" name="projectNameValue"/>
0028      </item>
0029      <item row="1" column="0">
0030       <widget class="QLabel" name="sourceCodePathLabel">
0031        <property name="text">
0032         <string>Source code path:</string>
0033        </property>
0034       </widget>
0035      </item>
0036      <item row="1" column="1">
0037       <layout class="QHBoxLayout" name="horizontalLayout_3">
0038        <item>
0039         <widget class="QLineEdit" name="sourceCodePathValue"/>
0040        </item>
0041        <item>
0042         <widget class="QPushButton" name="searchSourceCodePathButton">
0043          <property name="text">
0044           <string>Search...</string>
0045          </property>
0046         </widget>
0047        </item>
0048       </layout>
0049      </item>
0050     </layout>
0051    </item>
0052    <item>
0053     <widget class="QDialogButtonBox" name="buttonBox">
0054      <property name="orientation">
0055       <enum>Qt::Horizontal</enum>
0056      </property>
0057      <property name="standardButtons">
0058       <set>QDialogButtonBox::Apply|QDialogButtonBox::Close</set>
0059      </property>
0060     </widget>
0061    </item>
0062   </layout>
0063  </widget>
0064  <resources/>
0065  <connections>
0066   <connection>
0067    <sender>buttonBox</sender>
0068    <signal>accepted()</signal>
0069    <receiver>ProjectSettingsDialog</receiver>
0070    <slot>accept()</slot>
0071    <hints>
0072     <hint type="sourcelabel">
0073      <x>248</x>
0074      <y>254</y>
0075     </hint>
0076     <hint type="destinationlabel">
0077      <x>157</x>
0078      <y>274</y>
0079     </hint>
0080    </hints>
0081   </connection>
0082   <connection>
0083    <sender>buttonBox</sender>
0084    <signal>rejected()</signal>
0085    <receiver>ProjectSettingsDialog</receiver>
0086    <slot>reject()</slot>
0087    <hints>
0088     <hint type="sourcelabel">
0089      <x>316</x>
0090      <y>260</y>
0091     </hint>
0092     <hint type="destinationlabel">
0093      <x>286</x>
0094      <y>274</y>
0095     </hint>
0096    </hints>
0097   </connection>
0098  </connections>
0099 </ui>