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

📄 projectfilesdialog.ui

📁 kscope
💻 UI
字号:
<ui version="4.0" > <class>ProjectFilesDialog</class> <widget class="QDialog" name="ProjectFilesDialog" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>498</width>    <height>479</height>   </rect>  </property>  <property name="windowTitle" >   <string>Project Files</string>  </property>  <layout class="QVBoxLayout" name="verticalLayout" >   <item>    <widget class="QTreeView" name="view_" >     <property name="rootIsDecorated" >      <bool>true</bool>     </property>     <property name="uniformRowHeights" >      <bool>true</bool>     </property>     <property name="itemsExpandable" >      <bool>true</bool>     </property>     <property name="sortingEnabled" >      <bool>false</bool>     </property>     <property name="expandsOnDoubleClick" >      <bool>true</bool>     </property>    </widget>   </item>   <item>    <widget class="Line" name="line" >     <property name="orientation" >      <enum>Qt::Horizontal</enum>     </property>    </widget>   </item>   <item>    <layout class="QHBoxLayout" name="horizontalLayout" >     <item>      <widget class="QPushButton" name="addButton_" >       <property name="text" >        <string>&amp;Add...</string>       </property>      </widget>     </item>     <item>      <widget class="QPushButton" name="removeButton_" >       <property name="text" >        <string>&amp;Remove...</string>       </property>      </widget>     </item>     <item>      <spacer name="horizontalSpacer" >       <property name="orientation" >        <enum>Qt::Horizontal</enum>       </property>       <property name="sizeHint" stdset="0" >        <size>         <width>40</width>         <height>20</height>        </size>       </property>      </spacer>     </item>     <item>      <widget class="QPushButton" name="okButton_" >       <property name="text" >        <string>&amp;OK</string>       </property>      </widget>     </item>     <item>      <widget class="QPushButton" name="cancelButton_" >       <property name="text" >        <string>&amp;Cancel</string>       </property>      </widget>     </item>    </layout>   </item>  </layout> </widget> <resources/> <connections>  <connection>   <sender>addButton_</sender>   <signal>clicked()</signal>   <receiver>ProjectFilesDialog</receiver>   <slot>addFiles()</slot>   <hints>    <hint type="sourcelabel" >     <x>64</x>     <y>457</y>    </hint>    <hint type="destinationlabel" >     <x>22</x>     <y>475</y>    </hint>   </hints>  </connection>  <connection>   <sender>removeButton_</sender>   <signal>clicked()</signal>   <receiver>ProjectFilesDialog</receiver>   <slot>removeFiles()</slot>   <hints>    <hint type="sourcelabel" >     <x>142</x>     <y>461</y>    </hint>    <hint type="destinationlabel" >     <x>141</x>     <y>480</y>    </hint>   </hints>  </connection>  <connection>   <sender>okButton_</sender>   <signal>clicked()</signal>   <receiver>ProjectFilesDialog</receiver>   <slot>accept()</slot>   <hints>    <hint type="sourcelabel" >     <x>358</x>     <y>464</y>    </hint>    <hint type="destinationlabel" >     <x>360</x>     <y>479</y>    </hint>   </hints>  </connection>  <connection>   <sender>cancelButton_</sender>   <signal>clicked()</signal>   <receiver>ProjectFilesDialog</receiver>   <slot>reject()</slot>   <hints>    <hint type="sourcelabel" >     <x>453</x>     <y>458</y>    </hint>    <hint type="destinationlabel" >     <x>452</x>     <y>479</y>    </hint>   </hints>  </connection> </connections> <slots>  <slot>addFiles()</slot>  <slot>removeFiles()</slot> </slots></ui>

⌨️ 快捷键说明

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