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

📄 pictureviewer.ui

📁 基于Qt技术的图片浏览器
💻 UI
字号:
<ui version="4.0" > <class>PictureViewerClass</class> <widget class="QWidget" name="PictureViewerClass" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>558</width>    <height>595</height>   </rect>  </property>  <property name="sizePolicy" >   <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >    <horstretch>0</horstretch>    <verstretch>0</verstretch>   </sizepolicy>  </property>  <property name="windowTitle" >   <string>PictureViewer</string>  </property>  <property name="autoFillBackground" >   <bool>false</bool>  </property>  <property name="styleSheet" >   <string notr="true" >background-color:rgb(255,255,255);</string>  </property>  <layout class="QVBoxLayout" name="verticalLayout" >   <item>    <layout class="QHBoxLayout" name="horizontalLayout" >     <item>      <widget class="QComboBox" name="comboBox" >       <property name="sizePolicy" >        <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >         <horstretch>0</horstretch>         <verstretch>0</verstretch>        </sizepolicy>       </property>       <property name="styleSheet" >        <string notr="true" />       </property>      </widget>     </item>     <item>      <widget class="QToolButton" name="toolButtonGo" >       <property name="text" >        <string>...</string>       </property>      </widget>     </item>     <item>      <widget class="QToolButton" name="toolButtonPre" >       <property name="text" >        <string>...</string>       </property>      </widget>     </item>     <item>      <widget class="QToolButton" name="toolButtonNext" >       <property name="text" >        <string>...</string>       </property>      </widget>     </item>    </layout>   </item>   <item>    <widget class="QScrollArea" name="scrollArea" >     <property name="autoFillBackground" >      <bool>false</bool>     </property>     <property name="styleSheet" >      <string notr="true" />     </property>     <property name="frameShape" >      <enum>QFrame::StyledPanel</enum>     </property>     <property name="frameShadow" >      <enum>QFrame::Sunken</enum>     </property>     <property name="verticalScrollBarPolicy" >      <enum>Qt::ScrollBarAsNeeded</enum>     </property>     <property name="horizontalScrollBarPolicy" >      <enum>Qt::ScrollBarAsNeeded</enum>     </property>     <property name="widgetResizable" >      <bool>true</bool>     </property>     <widget class="QWidget" name="scrollAreaWidgetContents" >      <property name="geometry" >       <rect>        <x>0</x>        <y>0</y>        <width>536</width>        <height>344</height>       </rect>      </property>     </widget>    </widget>   </item>   <item>    <widget class="QListView" name="listView" >     <property name="sizePolicy" >      <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >       <horstretch>0</horstretch>       <verstretch>0</verstretch>      </sizepolicy>     </property>    </widget>   </item>  </layout> </widget> <tabstops>  <tabstop>comboBox</tabstop>  <tabstop>toolButtonGo</tabstop>  <tabstop>toolButtonPre</tabstop>  <tabstop>toolButtonNext</tabstop>  <tabstop>scrollArea</tabstop>  <tabstop>listView</tabstop> </tabstops> <resources/> <connections/></ui>

⌨️ 快捷键说明

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