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

📄 queryresultdialog.ui

📁 kscope
💻 UI
字号:
<ui version="4.0" > <class>QueryResultDialog</class> <widget class="QDialog" name="QueryResultDialog" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>570</width>    <height>410</height>   </rect>  </property>  <property name="windowTitle" >   <string>Query Results</string>  </property>  <layout class="QVBoxLayout" name="verticalLayout" >   <item>    <widget class="KScope::Core::QueryView" name="view_" />   </item>   <item>    <widget class="Line" name="line" >     <property name="orientation" >      <enum>Qt::Horizontal</enum>     </property>    </widget>   </item>   <item>    <widget class="QDialogButtonBox" name="buttonBox" >     <property name="standardButtons" >      <set>QDialogButtonBox::Close</set>     </property>    </widget>   </item>  </layout> </widget> <customwidgets>  <customwidget>   <class>KScope::Core::QueryView</class>   <extends>QTreeView</extends>   <header>queryview.h</header>  </customwidget> </customwidgets> <resources/> <connections>  <connection>   <sender>buttonBox</sender>   <signal>rejected()</signal>   <receiver>QueryResultDialog</receiver>   <slot>reject()</slot>   <hints>    <hint type="sourcelabel" >     <x>444</x>     <y>383</y>    </hint>    <hint type="destinationlabel" >     <x>566</x>     <y>355</y>    </hint>   </hints>  </connection> </connections></ui>

⌨️ 快捷键说明

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