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

📄 pictureconvert.ui

📁 linux下qt编写的批量图片转换程序。
💻 UI
字号:
<ui version="4.0" > <class>Form</class> <widget class="QWidget" name="Form" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>443</width>    <height>192</height>   </rect>  </property>  <property name="windowTitle" >   <string>Form</string>  </property>  <widget class="QGroupBox" name="groupBox" >   <property name="geometry" >    <rect>     <x>11</x>     <y>81</y>     <width>207</width>     <height>99</height>    </rect>   </property>   <property name="title" >    <string>输出格式</string>   </property>   <layout class="QGridLayout" >    <property name="margin" >     <number>9</number>    </property>    <property name="spacing" >     <number>6</number>    </property>    <item row="0" column="0" >     <widget class="QRadioButton" name="jpgRadioButton" >      <property name="text" >       <string>jpg</string>      </property>     </widget>    </item>    <item row="0" column="1" >     <widget class="QRadioButton" name="jpegRadioButton" >      <property name="text" >       <string>jpeg</string>      </property>     </widget>    </item>    <item row="0" column="2" >     <widget class="QRadioButton" name="pngRadioButton" >      <property name="text" >       <string>png</string>      </property>     </widget>    </item>    <item row="1" column="0" >     <widget class="QRadioButton" name="bmpRadioButton" >      <property name="text" >       <string>bmp</string>      </property>     </widget>    </item>    <item row="1" column="1" >     <widget class="QRadioButton" name="xbmRadioButton" >      <property name="text" >       <string>xbm</string>      </property>     </widget>    </item>    <item row="1" column="2" >     <widget class="QRadioButton" name="xpmRadioButton" >      <property name="text" >       <string>xpm</string>      </property>     </widget>    </item>    <item row="2" column="0" >     <widget class="QRadioButton" name="ppmRadioButton" >      <property name="text" >       <string>ppm</string>      </property>     </widget>    </item>   </layout>  </widget>  <widget class="QWidget" name="" >   <property name="geometry" >    <rect>     <x>11</x>     <y>10</y>     <width>422</width>     <height>54</height>    </rect>   </property>   <layout class="QGridLayout" >    <property name="margin" >     <number>0</number>    </property>    <property name="spacing" >     <number>6</number>    </property>    <item row="0" column="0" >     <widget class="QLabel" name="label" >      <property name="sizePolicy" >       <sizepolicy>        <hsizetype>0</hsizetype>        <vsizetype>0</vsizetype>        <horstretch>0</horstretch>        <verstretch>0</verstretch>       </sizepolicy>      </property>      <property name="text" >       <string>源文件地址:</string>      </property>     </widget>    </item>    <item row="1" column="0" >     <widget class="QLabel" name="label_2" >      <property name="sizePolicy" >       <sizepolicy>        <hsizetype>0</hsizetype>        <vsizetype>0</vsizetype>        <horstretch>0</horstretch>        <verstretch>0</verstretch>       </sizepolicy>      </property>      <property name="text" >       <string>输出路径:</string>      </property>     </widget>    </item>    <item row="0" column="2" >     <widget class="QPushButton" name="browsePushButton" >      <property name="text" >       <string>浏览</string>      </property>     </widget>    </item>    <item row="1" column="1" >     <widget class="QComboBox" name="desComboBox" >      <property name="sizePolicy" >       <sizepolicy>        <hsizetype>0</hsizetype>        <vsizetype>0</vsizetype>        <horstretch>0</horstretch>        <verstretch>0</verstretch>       </sizepolicy>      </property>      <property name="minimumSize" >       <size>        <width>261</width>        <height>22</height>       </size>      </property>      <property name="editable" >       <bool>true</bool>      </property>     </widget>    </item>    <item row="0" column="1" >     <widget class="QComboBox" name="srcComboBox" >      <property name="sizePolicy" >       <sizepolicy>        <hsizetype>0</hsizetype>        <vsizetype>0</vsizetype>        <horstretch>5</horstretch>        <verstretch>22</verstretch>       </sizepolicy>      </property>      <property name="minimumSize" >       <size>        <width>261</width>        <height>22</height>       </size>      </property>     </widget>    </item>    <item row="1" column="2" >     <widget class="QPushButton" name="openPushButton" >      <property name="sizePolicy" >       <sizepolicy>        <hsizetype>0</hsizetype>        <vsizetype>0</vsizetype>        <horstretch>0</horstretch>        <verstretch>0</verstretch>       </sizepolicy>      </property>      <property name="text" >       <string>打开</string>      </property>     </widget>    </item>   </layout>  </widget>  <widget class="QPushButton" name="startConvertPushButton" >   <property name="geometry" >    <rect>     <x>240</x>     <y>150</y>     <width>71</width>     <height>23</height>    </rect>   </property>   <property name="text" >    <string>开始转换</string>   </property>  </widget>  <widget class="QPushButton" name="closePushButton" >   <property name="geometry" >    <rect>     <x>350</x>     <y>150</y>     <width>71</width>     <height>23</height>    </rect>   </property>   <property name="text" >    <string>关闭</string>   </property>  </widget>  <widget class="QLabel" name="infoLabel" >   <property name="geometry" >    <rect>     <x>230</x>     <y>100</y>     <width>206</width>     <height>31</height>    </rect>   </property>   <property name="text" >    <string>共有文件:</string>   </property>  </widget> </widget> <resources/> <connections/></ui>

⌨️ 快捷键说明

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