⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 querydialog.ui

📁 kscope
💻 UI
字号:
<ui version="4.0" > <class>QueryDialog</class> <widget class="QDialog" name="QueryDialog" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>493</width>    <height>153</height>   </rect>  </property>  <property name="windowTitle" >   <string>Query</string>  </property>  <layout class="QVBoxLayout" >   <item>    <layout class="QGridLayout" >     <item row="0" column="0" >      <widget class="QLabel" name="label_2" >       <property name="text" >        <string>Pattern</string>       </property>      </widget>     </item>     <item row="0" column="1" >      <widget class="QLineEdit" name="patternEdit_" />     </item>     <item row="1" column="0" >      <widget class="QLabel" name="label" >       <property name="text" >        <string>Query</string>       </property>      </widget>     </item>     <item row="1" column="1" >      <widget class="QComboBox" name="typeCombo_" />     </item>    </layout>   </item>   <item>    <widget class="Line" name="line" >     <property name="orientation" >      <enum>Qt::Horizontal</enum>     </property>    </widget>   </item>   <item>    <layout class="QHBoxLayout" >     <item>      <spacer>       <property name="orientation" >        <enum>Qt::Horizontal</enum>       </property>       <property name="sizeHint" >        <size>         <width>151</width>         <height>20</height>        </size>       </property>      </spacer>     </item>     <item>      <widget class="QPushButton" name="okButton_" >       <property name="text" >        <string>&amp;OK</string>       </property>       <property name="default" >        <bool>true</bool>       </property>      </widget>     </item>     <item>      <widget class="QPushButton" name="cancelButton_" >       <property name="text" >        <string>&amp;Cancel</string>       </property>      </widget>     </item>    </layout>   </item>  </layout> </widget> <tabstops>  <tabstop>patternEdit_</tabstop>  <tabstop>typeCombo_</tabstop>  <tabstop>okButton_</tabstop>  <tabstop>cancelButton_</tabstop> </tabstops> <resources/> <connections>  <connection>   <sender>okButton_</sender>   <signal>clicked()</signal>   <receiver>QueryDialog</receiver>   <slot>accept()</slot>   <hints>    <hint type="sourcelabel" >     <x>281</x>     <y>145</y>    </hint>    <hint type="destinationlabel" >     <x>310</x>     <y>84</y>    </hint>   </hints>  </connection>  <connection>   <sender>cancelButton_</sender>   <signal>clicked()</signal>   <receiver>QueryDialog</receiver>   <slot>reject()</slot>   <hints>    <hint type="sourcelabel" >     <x>382</x>     <y>153</y>    </hint>    <hint type="destinationlabel" >     <x>436</x>     <y>99</y>    </hint>   </hints>  </connection> </connections></ui>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -