mirror of
				https://gitee.com/gfdgd-xi/deep-wine-runner
				synced 2025-11-04 15:32:23 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			116 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			XML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			116 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			XML
		
	
	
		
			Executable File
		
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<ui version="4.0">
 | 
						|
 <class>MainWindow</class>
 | 
						|
 <widget class="QMainWindow" name="MainWindow">
 | 
						|
  <property name="geometry">
 | 
						|
   <rect>
 | 
						|
    <x>0</x>
 | 
						|
    <y>0</y>
 | 
						|
    <width>693</width>
 | 
						|
    <height>404</height>
 | 
						|
   </rect>
 | 
						|
  </property>
 | 
						|
  <property name="windowTitle">
 | 
						|
   <string>下载 Wine</string>
 | 
						|
  </property>
 | 
						|
  <widget class="QWidget" name="centralWidget">
 | 
						|
   <layout class="QVBoxLayout" name="verticalLayout_2">
 | 
						|
    <item>
 | 
						|
     <layout class="QHBoxLayout" name="horizontalLayout_2">
 | 
						|
      <item>
 | 
						|
       <widget class="QListView" name="localWineList"/>
 | 
						|
      </item>
 | 
						|
      <item>
 | 
						|
       <layout class="QVBoxLayout" name="verticalLayout">
 | 
						|
        <item>
 | 
						|
         <spacer name="verticalSpacer">
 | 
						|
          <property name="orientation">
 | 
						|
           <enum>Qt::Vertical</enum>
 | 
						|
          </property>
 | 
						|
          <property name="sizeHint" stdset="0">
 | 
						|
           <size>
 | 
						|
            <width>20</width>
 | 
						|
            <height>40</height>
 | 
						|
           </size>
 | 
						|
          </property>
 | 
						|
         </spacer>
 | 
						|
        </item>
 | 
						|
        <item>
 | 
						|
         <widget class="QPushButton" name="addButton">
 | 
						|
          <property name="text">
 | 
						|
           <string><<</string>
 | 
						|
          </property>
 | 
						|
         </widget>
 | 
						|
        </item>
 | 
						|
        <item>
 | 
						|
         <widget class="QPushButton" name="delButton">
 | 
						|
          <property name="text">
 | 
						|
           <string>>></string>
 | 
						|
          </property>
 | 
						|
         </widget>
 | 
						|
        </item>
 | 
						|
        <item>
 | 
						|
         <spacer name="verticalSpacer_2">
 | 
						|
          <property name="orientation">
 | 
						|
           <enum>Qt::Vertical</enum>
 | 
						|
          </property>
 | 
						|
          <property name="sizeHint" stdset="0">
 | 
						|
           <size>
 | 
						|
            <width>20</width>
 | 
						|
            <height>40</height>
 | 
						|
           </size>
 | 
						|
          </property>
 | 
						|
         </spacer>
 | 
						|
        </item>
 | 
						|
       </layout>
 | 
						|
      </item>
 | 
						|
      <item>
 | 
						|
       <widget class="QListView" name="internetWineList"/>
 | 
						|
      </item>
 | 
						|
     </layout>
 | 
						|
    </item>
 | 
						|
    <item>
 | 
						|
     <layout class="QHBoxLayout" name="horizontalLayout">
 | 
						|
      <item>
 | 
						|
       <widget class="QCheckBox" name="unzip">
 | 
						|
        <property name="text">
 | 
						|
         <string>不解压Wine资源文件</string>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
      <item>
 | 
						|
       <widget class="QCheckBox" name="deleteZip">
 | 
						|
        <property name="text">
 | 
						|
         <string>删除下载的资源包,只解压保留(两个选项都选相互抵消)</string>
 | 
						|
        </property>
 | 
						|
        <property name="checked">
 | 
						|
         <bool>true</bool>
 | 
						|
        </property>
 | 
						|
        <property name="tristate">
 | 
						|
         <bool>false</bool>
 | 
						|
        </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>
 | 
						|
     </layout>
 | 
						|
    </item>
 | 
						|
   </layout>
 | 
						|
  </widget>
 | 
						|
 </widget>
 | 
						|
 <layoutdefault spacing="6" margin="11"/>
 | 
						|
 <resources/>
 | 
						|
 <connections/>
 | 
						|
</ui>
 |