Warning, /sdk/rust-qt-binding-generator/templates/qt_widgets_cargo/src/main.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>MainWindow</class>
0004  <widget class="QMainWindow" name="MainWindow">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>250</width>
0010     <height>150</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Widgets Template</string>
0015   </property>
0016   <widget class="QWidget" name="centralwidget">
0017    <widget class="QPushButton" name="statusButton">
0018     <property name="geometry">
0019      <rect>
0020       <x>70</x>
0021       <y>40</y>
0022       <width>111</width>
0023       <height>30</height>
0024      </rect>
0025     </property>
0026     <property name="text">
0027      <string>Update Status</string>
0028     </property>
0029    </widget>
0030    <widget class="QLineEdit" name="statusEdit">
0031     <property name="geometry">
0032      <rect>
0033       <x>30</x>
0034       <y>0</y>
0035       <width>191</width>
0036       <height>32</height>
0037      </rect>
0038     </property>
0039    </widget>
0040   </widget>
0041   <widget class="QMenuBar" name="menubar">
0042    <property name="geometry">
0043     <rect>
0044      <x>0</x>
0045      <y>0</y>
0046      <width>250</width>
0047      <height>30</height>
0048     </rect>
0049    </property>
0050    <widget class="QMenu" name="menu_File">
0051     <property name="title">
0052      <string>&amp;File</string>
0053     </property>
0054     <addaction name="action_Quit"/>
0055    </widget>
0056    <addaction name="menu_File"/>
0057   </widget>
0058   <widget class="QStatusBar" name="statusbar"/>
0059   <action name="action_Quit">
0060    <property name="text">
0061     <string>&amp;Quit</string>
0062    </property>
0063    <property name="shortcut">
0064     <string>Ctrl+Q</string>
0065    </property>
0066   </action>
0067  </widget>
0068  <resources/>
0069  <connections/>
0070 </ui>