mirror of
				https://gitee.com/spark-store-project/spark-store
				synced 2025-11-04 16:22:19 +08:00 
			
		
		
		
	首页链接调用浏览器打开 Log: 使用自定义 WebEngineView 和 WebEnginePage 替代 QWebEngineView,重写 createWindow 方法,当页面存在新建窗口或标签页动作时调用浏览器打开网址;修改 Widget UI 布局,在 page1 添加 QVBoxLayout,保证 WebEngineView 自动撑满布局,去除 webFoot 填充控件;更新翻译文件,添加“请勿频繁搜索”翻译文案,去除残留翻译
		
			
				
	
	
		
			1484 lines
		
	
	
		
			53 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			1484 lines
		
	
	
		
			53 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						||
<ui version="4.0">
 | 
						||
 <class>Widget</class>
 | 
						||
 <widget class="QWidget" name="Widget">
 | 
						||
  <property name="geometry">
 | 
						||
   <rect>
 | 
						||
    <x>0</x>
 | 
						||
    <y>0</y>
 | 
						||
    <width>1053</width>
 | 
						||
    <height>754</height>
 | 
						||
   </rect>
 | 
						||
  </property>
 | 
						||
  <property name="windowTitle">
 | 
						||
   <string>Form</string>
 | 
						||
  </property>
 | 
						||
  <layout class="QGridLayout" name="gridLayout_2">
 | 
						||
   <property name="leftMargin">
 | 
						||
    <number>0</number>
 | 
						||
   </property>
 | 
						||
   <property name="topMargin">
 | 
						||
    <number>0</number>
 | 
						||
   </property>
 | 
						||
   <property name="rightMargin">
 | 
						||
    <number>0</number>
 | 
						||
   </property>
 | 
						||
   <property name="bottomMargin">
 | 
						||
    <number>0</number>
 | 
						||
   </property>
 | 
						||
   <property name="spacing">
 | 
						||
    <number>0</number>
 | 
						||
   </property>
 | 
						||
   <item row="1" column="1">
 | 
						||
    <widget class="ProgressLoad" name="progressload" native="true">
 | 
						||
     <property name="minimumSize">
 | 
						||
      <size>
 | 
						||
       <width>0</width>
 | 
						||
       <height>3</height>
 | 
						||
      </size>
 | 
						||
     </property>
 | 
						||
     <property name="maximumSize">
 | 
						||
      <size>
 | 
						||
       <width>16777215</width>
 | 
						||
       <height>3</height>
 | 
						||
      </size>
 | 
						||
     </property>
 | 
						||
     <property name="toolTipDuration">
 | 
						||
      <number>-1</number>
 | 
						||
     </property>
 | 
						||
     <property name="styleSheet">
 | 
						||
      <string notr="true"/>
 | 
						||
     </property>
 | 
						||
    </widget>
 | 
						||
   </item>
 | 
						||
   <item row="2" column="1">
 | 
						||
    <widget class="QStackedWidget" name="stackedWidget">
 | 
						||
     <property name="styleSheet">
 | 
						||
      <string notr="true"/>
 | 
						||
     </property>
 | 
						||
     <property name="lineWidth">
 | 
						||
      <number>0</number>
 | 
						||
     </property>
 | 
						||
     <property name="currentIndex">
 | 
						||
      <number>0</number>
 | 
						||
     </property>
 | 
						||
     <widget class="QWidget" name="page">
 | 
						||
      <layout class="QVBoxLayout" name="verticalLayout_4">
 | 
						||
       <property name="spacing">
 | 
						||
        <number>0</number>
 | 
						||
       </property>
 | 
						||
       <property name="leftMargin">
 | 
						||
        <number>0</number>
 | 
						||
       </property>
 | 
						||
       <property name="topMargin">
 | 
						||
        <number>0</number>
 | 
						||
       </property>
 | 
						||
       <property name="rightMargin">
 | 
						||
        <number>0</number>
 | 
						||
       </property>
 | 
						||
       <property name="bottomMargin">
 | 
						||
        <number>0</number>
 | 
						||
       </property>
 | 
						||
       <item>
 | 
						||
        <layout class="QVBoxLayout" name="page1MainLayout">
 | 
						||
         <property name="spacing">
 | 
						||
          <number>0</number>
 | 
						||
         </property>
 | 
						||
         <item>
 | 
						||
          <widget class="WebEngineView" name="webEngineView" native="true"/>
 | 
						||
         </item>
 | 
						||
        </layout>
 | 
						||
       </item>
 | 
						||
      </layout>
 | 
						||
     </widget>
 | 
						||
     <widget class="QWidget" name="page_2">
 | 
						||
      <layout class="QVBoxLayout" name="verticalLayout_2">
 | 
						||
       <property name="spacing">
 | 
						||
        <number>0</number>
 | 
						||
       </property>
 | 
						||
       <property name="leftMargin">
 | 
						||
        <number>0</number>
 | 
						||
       </property>
 | 
						||
       <property name="topMargin">
 | 
						||
        <number>0</number>
 | 
						||
       </property>
 | 
						||
       <property name="rightMargin">
 | 
						||
        <number>0</number>
 | 
						||
       </property>
 | 
						||
       <property name="bottomMargin">
 | 
						||
        <number>0</number>
 | 
						||
       </property>
 | 
						||
       <item>
 | 
						||
        <widget class="QLabel" name="label">
 | 
						||
         <property name="font">
 | 
						||
          <font>
 | 
						||
           <pointsize>14</pointsize>
 | 
						||
          </font>
 | 
						||
         </property>
 | 
						||
         <property name="styleSheet">
 | 
						||
          <string notr="true"/>
 | 
						||
         </property>
 | 
						||
         <property name="lineWidth">
 | 
						||
          <number>0</number>
 | 
						||
         </property>
 | 
						||
         <property name="text">
 | 
						||
          <string>The list is currently empty. Go and download some softwares!</string>
 | 
						||
         </property>
 | 
						||
         <property name="alignment">
 | 
						||
          <set>Qt::AlignCenter</set>
 | 
						||
         </property>
 | 
						||
        </widget>
 | 
						||
       </item>
 | 
						||
       <item>
 | 
						||
        <widget class="QListWidget" name="listWidget">
 | 
						||
         <property name="frameShape">
 | 
						||
          <enum>QFrame::NoFrame</enum>
 | 
						||
         </property>
 | 
						||
         <property name="frameShadow">
 | 
						||
          <enum>QFrame::Sunken</enum>
 | 
						||
         </property>
 | 
						||
         <property name="lineWidth">
 | 
						||
          <number>0</number>
 | 
						||
         </property>
 | 
						||
        </widget>
 | 
						||
       </item>
 | 
						||
       <item>
 | 
						||
        <widget class="QPushButton" name="btn_openDir">
 | 
						||
         <property name="maximumSize">
 | 
						||
          <size>
 | 
						||
           <width>16777215</width>
 | 
						||
           <height>30</height>
 | 
						||
          </size>
 | 
						||
         </property>
 | 
						||
         <property name="focusPolicy">
 | 
						||
          <enum>Qt::NoFocus</enum>
 | 
						||
         </property>
 | 
						||
         <property name="text">
 | 
						||
          <string>Open download directory</string>
 | 
						||
         </property>
 | 
						||
        </widget>
 | 
						||
       </item>
 | 
						||
      </layout>
 | 
						||
     </widget>
 | 
						||
     <widget class="QWidget" name="page_3">
 | 
						||
      <layout class="QVBoxLayout" name="verticalLayout_16">
 | 
						||
       <property name="spacing">
 | 
						||
        <number>0</number>
 | 
						||
       </property>
 | 
						||
       <property name="leftMargin">
 | 
						||
        <number>0</number>
 | 
						||
       </property>
 | 
						||
       <property name="topMargin">
 | 
						||
        <number>0</number>
 | 
						||
       </property>
 | 
						||
       <property name="rightMargin">
 | 
						||
        <number>0</number>
 | 
						||
       </property>
 | 
						||
       <property name="bottomMargin">
 | 
						||
        <number>0</number>
 | 
						||
       </property>
 | 
						||
       <item>
 | 
						||
        <widget class="QScrollArea" name="scrollArea">
 | 
						||
         <property name="styleSheet">
 | 
						||
          <string notr="true"/>
 | 
						||
         </property>
 | 
						||
         <property name="frameShape">
 | 
						||
          <enum>QFrame::NoFrame</enum>
 | 
						||
         </property>
 | 
						||
         <property name="frameShadow">
 | 
						||
          <enum>QFrame::Raised</enum>
 | 
						||
         </property>
 | 
						||
         <property name="lineWidth">
 | 
						||
          <number>0</number>
 | 
						||
         </property>
 | 
						||
         <property name="widgetResizable">
 | 
						||
          <bool>true</bool>
 | 
						||
         </property>
 | 
						||
         <widget class="QWidget" name="scrollAreaWidgetContents">
 | 
						||
          <property name="geometry">
 | 
						||
           <rect>
 | 
						||
            <x>0</x>
 | 
						||
            <y>0</y>
 | 
						||
            <width>889</width>
 | 
						||
            <height>853</height>
 | 
						||
           </rect>
 | 
						||
          </property>
 | 
						||
          <layout class="QVBoxLayout" name="verticalLayout_17">
 | 
						||
           <property name="spacing">
 | 
						||
            <number>0</number>
 | 
						||
           </property>
 | 
						||
           <item>
 | 
						||
            <widget class="QWidget" name="widget_3" native="true">
 | 
						||
             <property name="maximumSize">
 | 
						||
              <size>
 | 
						||
               <width>16777215</width>
 | 
						||
               <height>350</height>
 | 
						||
              </size>
 | 
						||
             </property>
 | 
						||
             <property name="autoFillBackground">
 | 
						||
              <bool>true</bool>
 | 
						||
             </property>
 | 
						||
             <layout class="QGridLayout" name="gridLayout">
 | 
						||
              <item row="3" column="0">
 | 
						||
               <spacer name="horizontalSpacer">
 | 
						||
                <property name="orientation">
 | 
						||
                 <enum>Qt::Horizontal</enum>
 | 
						||
                </property>
 | 
						||
                <property name="sizeType">
 | 
						||
                 <enum>QSizePolicy::Maximum</enum>
 | 
						||
                </property>
 | 
						||
                <property name="sizeHint" stdset="0">
 | 
						||
                 <size>
 | 
						||
                  <width>70</width>
 | 
						||
                  <height>20</height>
 | 
						||
                 </size>
 | 
						||
                </property>
 | 
						||
               </spacer>
 | 
						||
              </item>
 | 
						||
              <item row="3" column="2">
 | 
						||
               <spacer name="horizontalSpacer_2">
 | 
						||
                <property name="orientation">
 | 
						||
                 <enum>Qt::Horizontal</enum>
 | 
						||
                </property>
 | 
						||
                <property name="sizeType">
 | 
						||
                 <enum>QSizePolicy::Maximum</enum>
 | 
						||
                </property>
 | 
						||
                <property name="sizeHint" stdset="0">
 | 
						||
                 <size>
 | 
						||
                  <width>60</width>
 | 
						||
                  <height>20</height>
 | 
						||
                 </size>
 | 
						||
                </property>
 | 
						||
               </spacer>
 | 
						||
              </item>
 | 
						||
              <item row="5" column="1">
 | 
						||
               <widget class="QPushButton" name="pushButton_download">
 | 
						||
                <property name="text">
 | 
						||
                 <string>Install</string>
 | 
						||
                </property>
 | 
						||
               </widget>
 | 
						||
              </item>
 | 
						||
              <item row="0" column="3" colspan="2">
 | 
						||
               <widget class="QLabel" name="label_appname">
 | 
						||
                <property name="font">
 | 
						||
                 <font>
 | 
						||
                  <family>Bitstream Charter</family>
 | 
						||
                  <pointsize>22</pointsize>
 | 
						||
                 </font>
 | 
						||
                </property>
 | 
						||
                <property name="text">
 | 
						||
                 <string>Name</string>
 | 
						||
                </property>
 | 
						||
                <property name="textInteractionFlags">
 | 
						||
                 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
 | 
						||
                </property>
 | 
						||
               </widget>
 | 
						||
              </item>
 | 
						||
              <item row="3" column="3" rowspan="5" colspan="8">
 | 
						||
               <widget class="QLabel" name="label_info">
 | 
						||
                <property name="font">
 | 
						||
                 <font>
 | 
						||
                  <kerning>true</kerning>
 | 
						||
                 </font>
 | 
						||
                </property>
 | 
						||
                <property name="text">
 | 
						||
                 <string><html><head/><body><p><br/></p></body></html></string>
 | 
						||
                </property>
 | 
						||
                <property name="alignment">
 | 
						||
                 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
 | 
						||
                </property>
 | 
						||
                <property name="wordWrap">
 | 
						||
                 <bool>true</bool>
 | 
						||
                </property>
 | 
						||
                <property name="textInteractionFlags">
 | 
						||
                 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
 | 
						||
                </property>
 | 
						||
               </widget>
 | 
						||
              </item>
 | 
						||
              <item row="3" column="1">
 | 
						||
               <widget class="QLabel" name="label_appicon">
 | 
						||
                <property name="minimumSize">
 | 
						||
                 <size>
 | 
						||
                  <width>128</width>
 | 
						||
                  <height>128</height>
 | 
						||
                 </size>
 | 
						||
                </property>
 | 
						||
                <property name="maximumSize">
 | 
						||
                 <size>
 | 
						||
                  <width>128</width>
 | 
						||
                  <height>128</height>
 | 
						||
                 </size>
 | 
						||
                </property>
 | 
						||
                <property name="styleSheet">
 | 
						||
                 <string notr="true">border-radius:10px;</string>
 | 
						||
                </property>
 | 
						||
                <property name="text">
 | 
						||
                 <string>ICON</string>
 | 
						||
                </property>
 | 
						||
                <property name="scaledContents">
 | 
						||
                 <bool>true</bool>
 | 
						||
                </property>
 | 
						||
                <property name="alignment">
 | 
						||
                 <set>Qt::AlignCenter</set>
 | 
						||
                </property>
 | 
						||
               </widget>
 | 
						||
              </item>
 | 
						||
              <item row="0" column="10">
 | 
						||
               <spacer name="horizontalSpacer_6">
 | 
						||
                <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 row="7" column="1" rowspan="2">
 | 
						||
               <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>
 | 
						||
              <item row="4" column="1">
 | 
						||
               <spacer name="verticalSpacer_3">
 | 
						||
                <property name="orientation">
 | 
						||
                 <enum>Qt::Vertical</enum>
 | 
						||
                </property>
 | 
						||
                <property name="sizeType">
 | 
						||
                 <enum>QSizePolicy::Fixed</enum>
 | 
						||
                </property>
 | 
						||
                <property name="sizeHint" stdset="0">
 | 
						||
                 <size>
 | 
						||
                  <width>20</width>
 | 
						||
                  <height>20</height>
 | 
						||
                 </size>
 | 
						||
                </property>
 | 
						||
               </spacer>
 | 
						||
              </item>
 | 
						||
              <item row="6" column="1">
 | 
						||
               <widget class="QPushButton" name="pushButton_uninstall">
 | 
						||
                <property name="text">
 | 
						||
                 <string>Uninstall</string>
 | 
						||
                </property>
 | 
						||
               </widget>
 | 
						||
              </item>
 | 
						||
              <item row="0" column="6">
 | 
						||
               <widget class="QPushButton" name="pushButton_website">
 | 
						||
                <property name="maximumSize">
 | 
						||
                 <size>
 | 
						||
                  <width>70</width>
 | 
						||
                  <height>16777215</height>
 | 
						||
                 </size>
 | 
						||
                </property>
 | 
						||
                <property name="styleSheet">
 | 
						||
                 <string notr="true"/>
 | 
						||
                </property>
 | 
						||
                <property name="text">
 | 
						||
                 <string>Site</string>
 | 
						||
                </property>
 | 
						||
               </widget>
 | 
						||
              </item>
 | 
						||
              <item row="2" column="3">
 | 
						||
               <spacer name="verticalSpacer_6">
 | 
						||
                <property name="orientation">
 | 
						||
                 <enum>Qt::Vertical</enum>
 | 
						||
                </property>
 | 
						||
                <property name="sizeType">
 | 
						||
                 <enum>QSizePolicy::Fixed</enum>
 | 
						||
                </property>
 | 
						||
                <property name="sizeHint" stdset="0">
 | 
						||
                 <size>
 | 
						||
                  <width>20</width>
 | 
						||
                  <height>20</height>
 | 
						||
                 </size>
 | 
						||
                </property>
 | 
						||
               </spacer>
 | 
						||
              </item>
 | 
						||
              <item row="0" column="5">
 | 
						||
               <spacer name="horizontalSpacer_7">
 | 
						||
                <property name="orientation">
 | 
						||
                 <enum>Qt::Horizontal</enum>
 | 
						||
                </property>
 | 
						||
                <property name="sizeType">
 | 
						||
                 <enum>QSizePolicy::Fixed</enum>
 | 
						||
                </property>
 | 
						||
                <property name="sizeHint" stdset="0">
 | 
						||
                 <size>
 | 
						||
                  <width>10</width>
 | 
						||
                  <height>20</height>
 | 
						||
                 </size>
 | 
						||
                </property>
 | 
						||
               </spacer>
 | 
						||
              </item>
 | 
						||
              <item row="0" column="8">
 | 
						||
               <widget class="QPushButton" name="pushButton">
 | 
						||
                <property name="text">
 | 
						||
                 <string>Share</string>
 | 
						||
                </property>
 | 
						||
               </widget>
 | 
						||
              </item>
 | 
						||
              <item row="1" column="3" colspan="8">
 | 
						||
               <widget class="QWidget" name="widget" native="true">
 | 
						||
                <property name="minimumSize">
 | 
						||
                 <size>
 | 
						||
                  <width>0</width>
 | 
						||
                  <height>30</height>
 | 
						||
                 </size>
 | 
						||
                </property>
 | 
						||
                <layout class="QHBoxLayout" name="horizontalLayout_2">
 | 
						||
                 <property name="leftMargin">
 | 
						||
                  <number>0</number>
 | 
						||
                 </property>
 | 
						||
                 <property name="topMargin">
 | 
						||
                  <number>0</number>
 | 
						||
                 </property>
 | 
						||
                 <property name="rightMargin">
 | 
						||
                  <number>0</number>
 | 
						||
                 </property>
 | 
						||
                 <property name="bottomMargin">
 | 
						||
                  <number>0</number>
 | 
						||
                 </property>
 | 
						||
                 <item>
 | 
						||
                  <widget class="QLabel" name="tag_community">
 | 
						||
                   <property name="maximumSize">
 | 
						||
                    <size>
 | 
						||
                     <width>30</width>
 | 
						||
                     <height>16777215</height>
 | 
						||
                    </size>
 | 
						||
                   </property>
 | 
						||
                   <property name="toolTip">
 | 
						||
                    <string><html><head/><body><p>This app is developed by community user,we give this tag to honor those who contribute to the Linux Ecology</p></body></html></string>
 | 
						||
                   </property>
 | 
						||
                   <property name="whatsThis">
 | 
						||
                    <string><html><head/><body><p>This app is developed by community user,we give this tag to honor those who contribute to the Linux Ecology</p></body></html></string>
 | 
						||
                   </property>
 | 
						||
                   <property name="text">
 | 
						||
                    <string><html><head/><body><p><img src=":/tags/community-small.png"/></p></body></html></string>
 | 
						||
                   </property>
 | 
						||
                  </widget>
 | 
						||
                 </item>
 | 
						||
                 <item>
 | 
						||
                  <widget class="QLabel" name="tag_ubuntu">
 | 
						||
                   <property name="maximumSize">
 | 
						||
                    <size>
 | 
						||
                     <width>30</width>
 | 
						||
                     <height>16777215</height>
 | 
						||
                    </size>
 | 
						||
                   </property>
 | 
						||
                   <property name="toolTip">
 | 
						||
                    <string><html><head/><body><p>Capable to Ubuntu 22.04</p></body></html></string>
 | 
						||
                   </property>
 | 
						||
                   <property name="whatsThis">
 | 
						||
                    <string><html><head/><body><p>Capable to Ubuntu 22.04</p></body></html></string>
 | 
						||
                   </property>
 | 
						||
                   <property name="text">
 | 
						||
                    <string><html><head/><body><p><img src=":/tags/ubuntu-small.png"/></p></body></html></string>
 | 
						||
                   </property>
 | 
						||
                  </widget>
 | 
						||
                 </item>
 | 
						||
                 <item>
 | 
						||
                  <widget class="QLabel" name="tag_deepin">
 | 
						||
                   <property name="maximumSize">
 | 
						||
                    <size>
 | 
						||
                     <width>30</width>
 | 
						||
                     <height>16777215</height>
 | 
						||
                    </size>
 | 
						||
                   </property>
 | 
						||
                   <property name="toolTip">
 | 
						||
                    <string><html><head/><body><p>Capable to deepin 20</p></body></html></string>
 | 
						||
                   </property>
 | 
						||
                   <property name="whatsThis">
 | 
						||
                    <string><html><head/><body><p>Capable to deepin 20</p></body></html></string>
 | 
						||
                   </property>
 | 
						||
                   <property name="text">
 | 
						||
                    <string><html><head/><body><p><img src=":/tags/deepin-small.png"/></p></body></html></string>
 | 
						||
                   </property>
 | 
						||
                  </widget>
 | 
						||
                 </item>
 | 
						||
                 <item>
 | 
						||
                  <widget class="QLabel" name="tag_uos">
 | 
						||
                   <property name="maximumSize">
 | 
						||
                    <size>
 | 
						||
                     <width>30</width>
 | 
						||
                     <height>16777215</height>
 | 
						||
                    </size>
 | 
						||
                   </property>
 | 
						||
                   <property name="toolTip">
 | 
						||
                    <string><html><head/><body><p>Capable to UOS home 20</p></body></html></string>
 | 
						||
                   </property>
 | 
						||
                   <property name="whatsThis">
 | 
						||
                    <string><html><head/><body><p>Capable to UOS home 20</p></body></html></string>
 | 
						||
                   </property>
 | 
						||
                   <property name="text">
 | 
						||
                    <string><html><head/><body><p><img src=":/tags/uos-small.png"/></p></body></html></string>
 | 
						||
                   </property>
 | 
						||
                  </widget>
 | 
						||
                 </item>
 | 
						||
                 <item>
 | 
						||
                  <widget class="QLabel" name="tag_dtk5">
 | 
						||
                   <property name="maximumSize">
 | 
						||
                    <size>
 | 
						||
                     <width>30</width>
 | 
						||
                     <height>16777215</height>
 | 
						||
                    </size>
 | 
						||
                   </property>
 | 
						||
                   <property name="toolTip">
 | 
						||
                    <string><html><head/><body><p>This is a  DTK5 app,which means it would have better effect on Deepin Desktop Environment</p></body></html></string>
 | 
						||
                   </property>
 | 
						||
                   <property name="whatsThis">
 | 
						||
                    <string><html><head/><body><p>This is a  DTK5 app,which means it would have better effect on Deepin Desktop Environment</p></body></html></string>
 | 
						||
                   </property>
 | 
						||
                   <property name="text">
 | 
						||
                    <string><html><head/><body><p><img src=":/tags/dtk-small.png"/></p></body></html></string>
 | 
						||
                   </property>
 | 
						||
                  </widget>
 | 
						||
                 </item>
 | 
						||
                 <item>
 | 
						||
                  <widget class="QLabel" name="tag_dwine2">
 | 
						||
                   <property name="maximumSize">
 | 
						||
                    <size>
 | 
						||
                     <width>30</width>
 | 
						||
                     <height>16777215</height>
 | 
						||
                    </size>
 | 
						||
                   </property>
 | 
						||
                   <property name="toolTip">
 | 
						||
                    <string><html><head/><body><p>A deepin-wine2 app. Spark Store will configure the wine environment for you, so don‘t worry.</p></body></html></string>
 | 
						||
                   </property>
 | 
						||
                   <property name="whatsThis">
 | 
						||
                    <string><html><head/><body><p>A deepin-wine2 app.If you are using ubuntu or other non-deepin distro,you should deploy deepin-wine2 by your self.</p></body></html></string>
 | 
						||
                   </property>
 | 
						||
                   <property name="text">
 | 
						||
                    <string><html><head/><body><p><img src=":/tags/dwine2-small.png"/></p></body></html></string>
 | 
						||
                   </property>
 | 
						||
                  </widget>
 | 
						||
                 </item>
 | 
						||
                 <item>
 | 
						||
                  <widget class="QLabel" name="tag_dwine5">
 | 
						||
                   <property name="maximumSize">
 | 
						||
                    <size>
 | 
						||
                     <width>30</width>
 | 
						||
                     <height>16777215</height>
 | 
						||
                    </size>
 | 
						||
                   </property>
 | 
						||
                   <property name="toolTip">
 | 
						||
                    <string><html><head/><body><p>A deepin-wine5 app.Spark Store will configure the wine environment for you, so don‘t worry.</p></body></html></string>
 | 
						||
                   </property>
 | 
						||
                   <property name="whatsThis">
 | 
						||
                    <string><html><head/><body><p>A deepin-wine5 app.If you are using ubuntu or other non-deepin distro,you should deploy deepin-wine5 by your self.</p></body></html></string>
 | 
						||
                   </property>
 | 
						||
                   <property name="text">
 | 
						||
                    <string><html><head/><body><p><img src=":/tags/dwine5-small.png"/></p></body></html></string>
 | 
						||
                   </property>
 | 
						||
                  </widget>
 | 
						||
                 </item>
 | 
						||
                 <item>
 | 
						||
                  <widget class="QLabel" name="tag_a2d">
 | 
						||
                   <property name="maximumSize">
 | 
						||
                    <size>
 | 
						||
                     <width>30</width>
 | 
						||
                     <height>16777215</height>
 | 
						||
                    </size>
 | 
						||
                   </property>
 | 
						||
                   <property name="toolTip">
 | 
						||
                    <string><html><head/><body><p>An Appimage to deb app.</p></body></html></string>
 | 
						||
                   </property>
 | 
						||
                   <property name="whatsThis">
 | 
						||
                    <string><html><head/><body><p>An Appimage to deb app.</p></body></html></string>
 | 
						||
                   </property>
 | 
						||
                   <property name="text">
 | 
						||
                    <string><html><head/><body><p><img src=":/tags/a2d-small.png"/></p></body></html></string>
 | 
						||
                   </property>
 | 
						||
                  </widget>
 | 
						||
                 </item>
 | 
						||
                 <item>
 | 
						||
                  <spacer name="horizontalSpacer_10">
 | 
						||
                   <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>
 | 
						||
               </widget>
 | 
						||
              </item>
 | 
						||
              <item row="0" column="9">
 | 
						||
               <widget class="QPushButton" name="pushButton_update">
 | 
						||
                <property name="text">
 | 
						||
                 <string>Request Update</string>
 | 
						||
                </property>
 | 
						||
               </widget>
 | 
						||
              </item>
 | 
						||
             </layout>
 | 
						||
            </widget>
 | 
						||
           </item>
 | 
						||
           <item>
 | 
						||
            <widget class="QWidget" name="widget_5" native="true">
 | 
						||
             <layout class="QVBoxLayout" name="verticalLayout_19">
 | 
						||
              <item>
 | 
						||
               <widget class="QLabel" name="label_10">
 | 
						||
                <property name="font">
 | 
						||
                 <font>
 | 
						||
                  <pointsize>14</pointsize>
 | 
						||
                 </font>
 | 
						||
                </property>
 | 
						||
                <property name="text">
 | 
						||
                 <string>Info</string>
 | 
						||
                </property>
 | 
						||
               </widget>
 | 
						||
              </item>
 | 
						||
              <item>
 | 
						||
               <widget class="QLabel" name="label_more">
 | 
						||
                <property name="text">
 | 
						||
                 <string><html><head/><body><p>An app store developed by community enthusiasts</p></body></html></string>
 | 
						||
                </property>
 | 
						||
                <property name="alignment">
 | 
						||
                 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
 | 
						||
                </property>
 | 
						||
                <property name="wordWrap">
 | 
						||
                 <bool>true</bool>
 | 
						||
                </property>
 | 
						||
                <property name="textInteractionFlags">
 | 
						||
                 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
 | 
						||
                </property>
 | 
						||
               </widget>
 | 
						||
              </item>
 | 
						||
             </layout>
 | 
						||
            </widget>
 | 
						||
           </item>
 | 
						||
           <item>
 | 
						||
            <widget class="QWidget" name="widget_4" native="true">
 | 
						||
             <property name="minimumSize">
 | 
						||
              <size>
 | 
						||
               <width>0</width>
 | 
						||
               <height>370</height>
 | 
						||
              </size>
 | 
						||
             </property>
 | 
						||
             <property name="maximumSize">
 | 
						||
              <size>
 | 
						||
               <width>16777215</width>
 | 
						||
               <height>370</height>
 | 
						||
              </size>
 | 
						||
             </property>
 | 
						||
             <layout class="QVBoxLayout" name="verticalLayout_18">
 | 
						||
              <property name="bottomMargin">
 | 
						||
               <number>0</number>
 | 
						||
              </property>
 | 
						||
              <item>
 | 
						||
               <widget class="QLabel" name="label_9">
 | 
						||
                <property name="font">
 | 
						||
                 <font>
 | 
						||
                  <pointsize>14</pointsize>
 | 
						||
                 </font>
 | 
						||
                </property>
 | 
						||
                <property name="text">
 | 
						||
                 <string>Screenshots</string>
 | 
						||
                </property>
 | 
						||
               </widget>
 | 
						||
              </item>
 | 
						||
              <item>
 | 
						||
               <widget class="QScrollArea" name="scrollArea_appicture">
 | 
						||
                <property name="lineWidth">
 | 
						||
                 <number>0</number>
 | 
						||
                </property>
 | 
						||
                <property name="widgetResizable">
 | 
						||
                 <bool>true</bool>
 | 
						||
                </property>
 | 
						||
                <widget class="QWidget" name="scrollAreaWidgetContents_2">
 | 
						||
                 <property name="geometry">
 | 
						||
                  <rect>
 | 
						||
                   <x>0</x>
 | 
						||
                   <y>0</y>
 | 
						||
                   <width>851</width>
 | 
						||
                   <height>324</height>
 | 
						||
                  </rect>
 | 
						||
                 </property>
 | 
						||
                 <layout class="QHBoxLayout" name="horizontalLayout_4">
 | 
						||
                  <item>
 | 
						||
                   <widget class="image_show" name="screen_0" native="true">
 | 
						||
                    <property name="minimumSize">
 | 
						||
                     <size>
 | 
						||
                      <width>0</width>
 | 
						||
                      <height>0</height>
 | 
						||
                     </size>
 | 
						||
                    </property>
 | 
						||
                    <property name="maximumSize">
 | 
						||
                     <size>
 | 
						||
                      <width>400</width>
 | 
						||
                      <height>16777215</height>
 | 
						||
                     </size>
 | 
						||
                    </property>
 | 
						||
                   </widget>
 | 
						||
                  </item>
 | 
						||
                  <item>
 | 
						||
                   <widget class="image_show" name="screen_1" native="true">
 | 
						||
                    <property name="maximumSize">
 | 
						||
                     <size>
 | 
						||
                      <width>400</width>
 | 
						||
                      <height>16777215</height>
 | 
						||
                     </size>
 | 
						||
                    </property>
 | 
						||
                   </widget>
 | 
						||
                  </item>
 | 
						||
                  <item>
 | 
						||
                   <widget class="image_show" name="screen_2" native="true">
 | 
						||
                    <property name="maximumSize">
 | 
						||
                     <size>
 | 
						||
                      <width>400</width>
 | 
						||
                      <height>16777215</height>
 | 
						||
                     </size>
 | 
						||
                    </property>
 | 
						||
                   </widget>
 | 
						||
                  </item>
 | 
						||
                  <item>
 | 
						||
                   <widget class="image_show" name="screen_3" native="true">
 | 
						||
                    <property name="maximumSize">
 | 
						||
                     <size>
 | 
						||
                      <width>400</width>
 | 
						||
                      <height>16777215</height>
 | 
						||
                     </size>
 | 
						||
                    </property>
 | 
						||
                   </widget>
 | 
						||
                  </item>
 | 
						||
                  <item>
 | 
						||
                   <widget class="image_show" name="screen_4" native="true">
 | 
						||
                    <property name="maximumSize">
 | 
						||
                     <size>
 | 
						||
                      <width>400</width>
 | 
						||
                      <height>16777215</height>
 | 
						||
                     </size>
 | 
						||
                    </property>
 | 
						||
                   </widget>
 | 
						||
                  </item>
 | 
						||
                 </layout>
 | 
						||
                </widget>
 | 
						||
               </widget>
 | 
						||
              </item>
 | 
						||
             </layout>
 | 
						||
            </widget>
 | 
						||
           </item>
 | 
						||
           <item>
 | 
						||
            <spacer name="verticalSpacer_5">
 | 
						||
             <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>
 | 
						||
         </widget>
 | 
						||
        </widget>
 | 
						||
       </item>
 | 
						||
       <item>
 | 
						||
        <widget class="QLabel" name="label_show">
 | 
						||
         <property name="text">
 | 
						||
          <string/>
 | 
						||
         </property>
 | 
						||
         <property name="alignment">
 | 
						||
          <set>Qt::AlignCenter</set>
 | 
						||
         </property>
 | 
						||
        </widget>
 | 
						||
       </item>
 | 
						||
      </layout>
 | 
						||
     </widget>
 | 
						||
     <widget class="QWidget" name="page_4">
 | 
						||
      <layout class="QVBoxLayout" name="verticalLayout">
 | 
						||
       <property name="leftMargin">
 | 
						||
        <number>0</number>
 | 
						||
       </property>
 | 
						||
       <property name="topMargin">
 | 
						||
        <number>0</number>
 | 
						||
       </property>
 | 
						||
       <property name="rightMargin">
 | 
						||
        <number>0</number>
 | 
						||
       </property>
 | 
						||
       <property name="bottomMargin">
 | 
						||
        <number>0</number>
 | 
						||
       </property>
 | 
						||
       <item>
 | 
						||
        <widget class="QScrollArea" name="scrollArea_2">
 | 
						||
         <property name="styleSheet">
 | 
						||
          <string notr="true"/>
 | 
						||
         </property>
 | 
						||
         <property name="frameShape">
 | 
						||
          <enum>QFrame::NoFrame</enum>
 | 
						||
         </property>
 | 
						||
         <property name="lineWidth">
 | 
						||
          <number>0</number>
 | 
						||
         </property>
 | 
						||
         <property name="widgetResizable">
 | 
						||
          <bool>true</bool>
 | 
						||
         </property>
 | 
						||
         <widget class="QWidget" name="scrollAreaWidgetContents_3">
 | 
						||
          <property name="geometry">
 | 
						||
           <rect>
 | 
						||
            <x>0</x>
 | 
						||
            <y>0</y>
 | 
						||
            <width>743</width>
 | 
						||
            <height>839</height>
 | 
						||
           </rect>
 | 
						||
          </property>
 | 
						||
          <layout class="QVBoxLayout" name="verticalLayout_23">
 | 
						||
           <item>
 | 
						||
            <widget class="QWidget" name="widget_6" native="true">
 | 
						||
             <layout class="QVBoxLayout" name="verticalLayout_22">
 | 
						||
              <item>
 | 
						||
               <widget class="QLabel" name="label_2">
 | 
						||
                <property name="font">
 | 
						||
                 <font>
 | 
						||
                  <pointsize>18</pointsize>
 | 
						||
                 </font>
 | 
						||
                </property>
 | 
						||
                <property name="text">
 | 
						||
                 <string>Line Settings</string>
 | 
						||
                </property>
 | 
						||
               </widget>
 | 
						||
              </item>
 | 
						||
              <item>
 | 
						||
               <widget class="QWidget" name="widget_7" native="true">
 | 
						||
                <layout class="QHBoxLayout" name="horizontalLayout">
 | 
						||
                 <item>
 | 
						||
                  <widget class="QLabel" name="label_3">
 | 
						||
                   <property name="maximumSize">
 | 
						||
                    <size>
 | 
						||
                     <width>100</width>
 | 
						||
                     <height>16777215</height>
 | 
						||
                    </size>
 | 
						||
                   </property>
 | 
						||
                   <property name="text">
 | 
						||
                    <string>Choose Line:</string>
 | 
						||
                   </property>
 | 
						||
                  </widget>
 | 
						||
                 </item>
 | 
						||
                 <item>
 | 
						||
                  <widget class="QComboBox" name="comboBox_server">
 | 
						||
                   <property name="minimumSize">
 | 
						||
                    <size>
 | 
						||
                     <width>300</width>
 | 
						||
                     <height>0</height>
 | 
						||
                    </size>
 | 
						||
                   </property>
 | 
						||
                   <property name="maximumSize">
 | 
						||
                    <size>
 | 
						||
                     <width>300</width>
 | 
						||
                     <height>16777215</height>
 | 
						||
                    </size>
 | 
						||
                   </property>
 | 
						||
                  </widget>
 | 
						||
                 </item>
 | 
						||
                 <item>
 | 
						||
                  <widget class="QPushButton" name="pushButton_updateServer">
 | 
						||
                   <property name="text">
 | 
						||
                    <string>Refresh</string>
 | 
						||
                   </property>
 | 
						||
                  </widget>
 | 
						||
                 </item>
 | 
						||
                 <item>
 | 
						||
                  <widget class="QLabel" name="label_setting1">
 | 
						||
                   <property name="maximumSize">
 | 
						||
                    <size>
 | 
						||
                     <width>160</width>
 | 
						||
                     <height>16777215</height>
 | 
						||
                    </size>
 | 
						||
                   </property>
 | 
						||
                   <property name="text">
 | 
						||
                    <string>Take effect when restart</string>
 | 
						||
                   </property>
 | 
						||
                  </widget>
 | 
						||
                 </item>
 | 
						||
                 <item>
 | 
						||
                  <spacer name="horizontalSpacer_3">
 | 
						||
                   <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>
 | 
						||
               </widget>
 | 
						||
              </item>
 | 
						||
              <item>
 | 
						||
               <widget class="QWidget" name="widget_8" native="true">
 | 
						||
                <layout class="QGridLayout" name="gridLayout_3">
 | 
						||
                 <item row="1" column="0" colspan="4">
 | 
						||
                  <widget class="QLabel" name="label_7">
 | 
						||
                   <property name="styleSheet">
 | 
						||
                    <string notr="true">color:#808080</string>
 | 
						||
                   </property>
 | 
						||
                   <property name="text">
 | 
						||
                    <string><html><head/><body><p>Check update for Spark Store. </p></body></html></string>
 | 
						||
                   </property>
 | 
						||
                   <property name="wordWrap">
 | 
						||
                    <bool>true</bool>
 | 
						||
                   </property>
 | 
						||
                  </widget>
 | 
						||
                 </item>
 | 
						||
                 <item row="0" column="2">
 | 
						||
                  <widget class="QPushButton" name="pushButton_updateApt">
 | 
						||
                   <property name="text">
 | 
						||
                    <string>Update</string>
 | 
						||
                   </property>
 | 
						||
                  </widget>
 | 
						||
                 </item>
 | 
						||
                 <item row="0" column="0">
 | 
						||
                  <widget class="QLabel" name="label_6">
 | 
						||
                   <property name="text">
 | 
						||
                    <string>Spark Store Update</string>
 | 
						||
                   </property>
 | 
						||
                  </widget>
 | 
						||
                 </item>
 | 
						||
                 <item row="0" column="3">
 | 
						||
                  <spacer name="horizontalSpacer_4">
 | 
						||
                   <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 row="0" column="1">
 | 
						||
                  <widget class="QLabel" name="label_aptserver">
 | 
						||
                   <property name="text">
 | 
						||
                    <string>Server</string>
 | 
						||
                   </property>
 | 
						||
                  </widget>
 | 
						||
                 </item>
 | 
						||
                </layout>
 | 
						||
               </widget>
 | 
						||
              </item>
 | 
						||
             </layout>
 | 
						||
            </widget>
 | 
						||
           </item>
 | 
						||
           <item>
 | 
						||
            <widget class="QWidget" name="widget_9" native="true">
 | 
						||
             <layout class="QVBoxLayout" name="verticalLayout_26">
 | 
						||
              <item>
 | 
						||
               <widget class="QLabel" name="label_8">
 | 
						||
                <property name="font">
 | 
						||
                 <font>
 | 
						||
                  <pointsize>18</pointsize>
 | 
						||
                 </font>
 | 
						||
                </property>
 | 
						||
                <property name="text">
 | 
						||
                 <string>Temp</string>
 | 
						||
                </property>
 | 
						||
               </widget>
 | 
						||
              </item>
 | 
						||
              <item>
 | 
						||
               <widget class="QWidget" name="widget_10" native="true">
 | 
						||
                <layout class="QGridLayout" name="gridLayout_4">
 | 
						||
                 <item row="2" column="0" colspan="5">
 | 
						||
                  <widget class="QLabel" name="label_12">
 | 
						||
                   <property name="styleSheet">
 | 
						||
                    <string notr="true">color:#808080</string>
 | 
						||
                   </property>
 | 
						||
                   <property name="text">
 | 
						||
                    <string>Since the dictionary is at /tmp,It would be cleaned automatically when  system reboot.</string>
 | 
						||
                   </property>
 | 
						||
                  </widget>
 | 
						||
                 </item>
 | 
						||
                 <item row="1" column="1">
 | 
						||
                  <widget class="QLabel" name="tmp_size_ui">
 | 
						||
                   <property name="text">
 | 
						||
                    <string>0B</string>
 | 
						||
                   </property>
 | 
						||
                  </widget>
 | 
						||
                 </item>
 | 
						||
                 <item row="0" column="0" colspan="2">
 | 
						||
                  <widget class="QLabel" name="label_11">
 | 
						||
                   <property name="text">
 | 
						||
                    <string>Location:/tmp/spark-store</string>
 | 
						||
                   </property>
 | 
						||
                  </widget>
 | 
						||
                 </item>
 | 
						||
                 <item row="0" column="4">
 | 
						||
                  <spacer name="horizontalSpacer_5">
 | 
						||
                   <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 row="0" column="2">
 | 
						||
                  <widget class="QPushButton" name="pushButton_clear">
 | 
						||
                   <property name="text">
 | 
						||
                    <string>Clean</string>
 | 
						||
                   </property>
 | 
						||
                  </widget>
 | 
						||
                 </item>
 | 
						||
                 <item row="1" column="0">
 | 
						||
                  <widget class="QLabel" name="label_13">
 | 
						||
                   <property name="maximumSize">
 | 
						||
                    <size>
 | 
						||
                     <width>80</width>
 | 
						||
                     <height>16777215</height>
 | 
						||
                    </size>
 | 
						||
                   </property>
 | 
						||
                   <property name="text">
 | 
						||
                    <string>Size:</string>
 | 
						||
                   </property>
 | 
						||
                  </widget>
 | 
						||
                 </item>
 | 
						||
                 <item row="0" column="3">
 | 
						||
                  <widget class="QPushButton" name="pushButton_clearWebCache">
 | 
						||
                   <property name="text">
 | 
						||
                    <string>Clear Web Cache</string>
 | 
						||
                   </property>
 | 
						||
                  </widget>
 | 
						||
                 </item>
 | 
						||
                </layout>
 | 
						||
               </widget>
 | 
						||
              </item>
 | 
						||
             </layout>
 | 
						||
            </widget>
 | 
						||
           </item>
 | 
						||
           <item>
 | 
						||
            <widget class="QWidget" name="widget_2" native="true">
 | 
						||
             <layout class="QVBoxLayout" name="verticalLayout_25">
 | 
						||
              <item>
 | 
						||
               <widget class="QLabel" name="label_4">
 | 
						||
                <property name="font">
 | 
						||
                 <font>
 | 
						||
                  <pointsize>18</pointsize>
 | 
						||
                 </font>
 | 
						||
                </property>
 | 
						||
                <property name="text">
 | 
						||
                 <string>About us</string>
 | 
						||
                </property>
 | 
						||
               </widget>
 | 
						||
              </item>
 | 
						||
              <item>
 | 
						||
               <widget class="QLabel" name="label_5">
 | 
						||
                <property name="text">
 | 
						||
                 <string><html><head/><body><p>We are <span style=" font-weight:600;">NOT</span> the official team, just like you, we are just one of the many Linux/deepin system enthusiasts and users, we develop and run the &quot;Spark Store&quot;! &quot;, is to bring the community together to share useful software, or to participate in development together, so that we all use the latest and greatest software. </p><p>We don't make a profit from this, all developers and maintainers don't get paid, and we rely on the community's donations to us for most of our expenses, which we are grateful for and which allow us not to spend too much energy worrying about funding. </p><p>Our service and software are free for everyone to use, communicate, and learn, but you must comply with local laws and regulations in the process of your use, otherwise any problems have nothing to do with us. </p><p>If any part of the store infringes your rights, please tell us &lt;jifengshenmo@outlook.com&gt; we will remove the infringing content as soon as possible. </p><p>If you'd like to get involved with us too, whether you're involved in development, design, pitching or submitting work, we welcome you to join us. </p><p>Connect us on Spark IM: https://chat.shenmo.tech<br/></p></body></html></string>
 | 
						||
                </property>
 | 
						||
                <property name="wordWrap">
 | 
						||
                 <bool>true</bool>
 | 
						||
                </property>
 | 
						||
               </widget>
 | 
						||
              </item>
 | 
						||
             </layout>
 | 
						||
            </widget>
 | 
						||
           </item>
 | 
						||
           <item>
 | 
						||
            <spacer name="verticalSpacer_4">
 | 
						||
             <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>
 | 
						||
         </widget>
 | 
						||
        </widget>
 | 
						||
       </item>
 | 
						||
      </layout>
 | 
						||
     </widget>
 | 
						||
     <widget class="QWidget" name="applist_page">
 | 
						||
      <layout class="QVBoxLayout" name="verticalLayout_3">
 | 
						||
       <property name="spacing">
 | 
						||
        <number>0</number>
 | 
						||
       </property>
 | 
						||
       <property name="leftMargin">
 | 
						||
        <number>0</number>
 | 
						||
       </property>
 | 
						||
       <property name="topMargin">
 | 
						||
        <number>0</number>
 | 
						||
       </property>
 | 
						||
       <property name="rightMargin">
 | 
						||
        <number>0</number>
 | 
						||
       </property>
 | 
						||
       <property name="bottomMargin">
 | 
						||
        <number>0</number>
 | 
						||
       </property>
 | 
						||
       <item>
 | 
						||
        <widget class="QScrollArea" name="applist_scrollarea">
 | 
						||
         <property name="enabled">
 | 
						||
          <bool>true</bool>
 | 
						||
         </property>
 | 
						||
         <property name="frameShape">
 | 
						||
          <enum>QFrame::NoFrame</enum>
 | 
						||
         </property>
 | 
						||
         <property name="widgetResizable">
 | 
						||
          <bool>true</bool>
 | 
						||
         </property>
 | 
						||
         <widget class="QWidget" name="applist_scrollAreaWidget">
 | 
						||
          <property name="geometry">
 | 
						||
           <rect>
 | 
						||
            <x>0</x>
 | 
						||
            <y>0</y>
 | 
						||
            <width>100</width>
 | 
						||
            <height>30</height>
 | 
						||
           </rect>
 | 
						||
          </property>
 | 
						||
         </widget>
 | 
						||
        </widget>
 | 
						||
       </item>
 | 
						||
      </layout>
 | 
						||
     </widget>
 | 
						||
    </widget>
 | 
						||
   </item>
 | 
						||
   <item row="0" column="0" rowspan="4">
 | 
						||
    <widget class="QWidget" name="widget_menuList" native="true">
 | 
						||
     <property name="minimumSize">
 | 
						||
      <size>
 | 
						||
       <width>150</width>
 | 
						||
       <height>0</height>
 | 
						||
      </size>
 | 
						||
     </property>
 | 
						||
     <property name="maximumSize">
 | 
						||
      <size>
 | 
						||
       <width>150</width>
 | 
						||
       <height>16777215</height>
 | 
						||
      </size>
 | 
						||
     </property>
 | 
						||
     <property name="font">
 | 
						||
      <font>
 | 
						||
       <pointsize>11</pointsize>
 | 
						||
      </font>
 | 
						||
     </property>
 | 
						||
     <property name="accessibleDescription">
 | 
						||
      <string>background-color:#FFFFFF</string>
 | 
						||
     </property>
 | 
						||
     <property name="styleSheet">
 | 
						||
      <string notr="true"/>
 | 
						||
     </property>
 | 
						||
     <layout class="QGridLayout" name="gridLayout_5">
 | 
						||
      <property name="leftMargin">
 | 
						||
       <number>5</number>
 | 
						||
      </property>
 | 
						||
      <property name="rightMargin">
 | 
						||
       <number>5</number>
 | 
						||
      </property>
 | 
						||
      <item row="13" column="0" colspan="6">
 | 
						||
       <widget class="QPushButton" name="menu_theme">
 | 
						||
        <property name="text">
 | 
						||
         <string>Beautify</string>
 | 
						||
        </property>
 | 
						||
       </widget>
 | 
						||
      </item>
 | 
						||
      <item row="4" column="0" colspan="6">
 | 
						||
       <widget class="QPushButton" name="menu_chat">
 | 
						||
        <property name="text">
 | 
						||
         <string>Chat</string>
 | 
						||
        </property>
 | 
						||
       </widget>
 | 
						||
      </item>
 | 
						||
      <item row="1" column="0">
 | 
						||
       <spacer name="verticalSpacer_7">
 | 
						||
        <property name="orientation">
 | 
						||
         <enum>Qt::Vertical</enum>
 | 
						||
        </property>
 | 
						||
        <property name="sizeType">
 | 
						||
         <enum>QSizePolicy::Fixed</enum>
 | 
						||
        </property>
 | 
						||
        <property name="sizeHint" stdset="0">
 | 
						||
         <size>
 | 
						||
          <width>20</width>
 | 
						||
          <height>20</height>
 | 
						||
         </size>
 | 
						||
        </property>
 | 
						||
       </spacer>
 | 
						||
      </item>
 | 
						||
      <item row="3" column="0" colspan="6">
 | 
						||
       <widget class="QPushButton" name="menu_network">
 | 
						||
        <property name="text">
 | 
						||
         <string>Network</string>
 | 
						||
        </property>
 | 
						||
       </widget>
 | 
						||
      </item>
 | 
						||
      <item row="18" column="0">
 | 
						||
       <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 row="8" column="0" colspan="6">
 | 
						||
       <widget class="QPushButton" name="menu_game">
 | 
						||
        <property name="text">
 | 
						||
         <string>Games</string>
 | 
						||
        </property>
 | 
						||
       </widget>
 | 
						||
      </item>
 | 
						||
      <item row="9" column="0" colspan="6">
 | 
						||
       <widget class="QPushButton" name="menu_office">
 | 
						||
        <property name="text">
 | 
						||
         <string>Office</string>
 | 
						||
        </property>
 | 
						||
       </widget>
 | 
						||
      </item>
 | 
						||
      <item row="17" column="0" colspan="6">
 | 
						||
       <widget class="QPushButton" name="menu_download">
 | 
						||
        <property name="text">
 | 
						||
         <string>Download</string>
 | 
						||
        </property>
 | 
						||
       </widget>
 | 
						||
      </item>
 | 
						||
      <item row="0" column="3">
 | 
						||
       <widget class="QPushButton" name="pushButton_refresh">
 | 
						||
        <property name="maximumSize">
 | 
						||
         <size>
 | 
						||
          <width>40</width>
 | 
						||
          <height>16777215</height>
 | 
						||
         </size>
 | 
						||
        </property>
 | 
						||
        <property name="toolTip">
 | 
						||
         <string>Reload</string>
 | 
						||
        </property>
 | 
						||
        <property name="text">
 | 
						||
         <string/>
 | 
						||
        </property>
 | 
						||
        <property name="icon">
 | 
						||
         <iconset resource="../assets/icons.qrc">
 | 
						||
          <normaloff>:/icons/icons/refresh-page.svg</normaloff>:/icons/icons/refresh-page.svg</iconset>
 | 
						||
        </property>
 | 
						||
       </widget>
 | 
						||
      </item>
 | 
						||
      <item row="6" column="0" colspan="6">
 | 
						||
       <widget class="QPushButton" name="menu_video">
 | 
						||
        <property name="text">
 | 
						||
         <string>Video</string>
 | 
						||
        </property>
 | 
						||
       </widget>
 | 
						||
      </item>
 | 
						||
      <item row="0" column="4">
 | 
						||
       <widget class="QPushButton" name="pushButton_return">
 | 
						||
        <property name="maximumSize">
 | 
						||
         <size>
 | 
						||
          <width>40</width>
 | 
						||
          <height>16777215</height>
 | 
						||
         </size>
 | 
						||
        </property>
 | 
						||
        <property name="toolTip">
 | 
						||
         <string>Back to category</string>
 | 
						||
        </property>
 | 
						||
        <property name="text">
 | 
						||
         <string/>
 | 
						||
        </property>
 | 
						||
        <property name="icon">
 | 
						||
         <iconset resource="../assets/icons.qrc">
 | 
						||
          <normaloff>:/icons/icons/category_active.svg</normaloff>:/icons/icons/category_active.svg</iconset>
 | 
						||
        </property>
 | 
						||
       </widget>
 | 
						||
      </item>
 | 
						||
      <item row="12" column="0" colspan="6">
 | 
						||
       <widget class="QPushButton" name="menu_system">
 | 
						||
        <property name="text">
 | 
						||
         <string>Tools</string>
 | 
						||
        </property>
 | 
						||
       </widget>
 | 
						||
      </item>
 | 
						||
      <item row="2" column="0" colspan="6">
 | 
						||
       <widget class="QPushButton" name="menu_main">
 | 
						||
        <property name="styleSheet">
 | 
						||
         <string notr="true">font: 11pt "Zeniq";</string>
 | 
						||
        </property>
 | 
						||
        <property name="text">
 | 
						||
         <string>Home</string>
 | 
						||
        </property>
 | 
						||
        <property name="flat">
 | 
						||
         <bool>false</bool>
 | 
						||
        </property>
 | 
						||
       </widget>
 | 
						||
      </item>
 | 
						||
      <item row="10" column="0" colspan="6">
 | 
						||
       <widget class="QPushButton" name="menu_read">
 | 
						||
        <property name="text">
 | 
						||
         <string>Reading</string>
 | 
						||
        </property>
 | 
						||
       </widget>
 | 
						||
      </item>
 | 
						||
      <item row="14" column="0" colspan="6">
 | 
						||
       <widget class="QPushButton" name="menu_other">
 | 
						||
        <property name="text">
 | 
						||
         <string>Others</string>
 | 
						||
        </property>
 | 
						||
       </widget>
 | 
						||
      </item>
 | 
						||
      <item row="7" column="0" colspan="6">
 | 
						||
       <widget class="QPushButton" name="menu_photo">
 | 
						||
        <property name="text">
 | 
						||
         <string>Graphics</string>
 | 
						||
        </property>
 | 
						||
       </widget>
 | 
						||
      </item>
 | 
						||
      <item row="0" column="0" colspan="2">
 | 
						||
       <widget class="QLabel" name="icon">
 | 
						||
        <property name="minimumSize">
 | 
						||
         <size>
 | 
						||
          <width>0</width>
 | 
						||
          <height>36</height>
 | 
						||
         </size>
 | 
						||
        </property>
 | 
						||
        <property name="maximumSize">
 | 
						||
         <size>
 | 
						||
          <width>16777215</width>
 | 
						||
          <height>36</height>
 | 
						||
         </size>
 | 
						||
        </property>
 | 
						||
        <property name="text">
 | 
						||
         <string>icon</string>
 | 
						||
        </property>
 | 
						||
       </widget>
 | 
						||
      </item>
 | 
						||
      <item row="0" column="2">
 | 
						||
       <spacer name="horizontalSpacer_9">
 | 
						||
        <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 row="11" column="0" colspan="6">
 | 
						||
       <widget class="QPushButton" name="menu_dev">
 | 
						||
        <property name="text">
 | 
						||
         <string>Development</string>
 | 
						||
        </property>
 | 
						||
       </widget>
 | 
						||
      </item>
 | 
						||
      <item row="15" column="0" colspan="6">
 | 
						||
       <widget class="QWidget" name="line1_widget" native="true">
 | 
						||
        <property name="minimumSize">
 | 
						||
         <size>
 | 
						||
          <width>0</width>
 | 
						||
          <height>1</height>
 | 
						||
         </size>
 | 
						||
        </property>
 | 
						||
        <property name="maximumSize">
 | 
						||
         <size>
 | 
						||
          <width>16777215</width>
 | 
						||
          <height>4</height>
 | 
						||
         </size>
 | 
						||
        </property>
 | 
						||
        <property name="styleSheet">
 | 
						||
         <string notr="true">background-color:#808080</string>
 | 
						||
        </property>
 | 
						||
       </widget>
 | 
						||
      </item>
 | 
						||
      <item row="0" column="5">
 | 
						||
       <spacer name="horizontalSpacer_8">
 | 
						||
        <property name="orientation">
 | 
						||
         <enum>Qt::Horizontal</enum>
 | 
						||
        </property>
 | 
						||
        <property name="sizeType">
 | 
						||
         <enum>QSizePolicy::Fixed</enum>
 | 
						||
        </property>
 | 
						||
        <property name="sizeHint" stdset="0">
 | 
						||
         <size>
 | 
						||
          <width>3</width>
 | 
						||
          <height>20</height>
 | 
						||
         </size>
 | 
						||
        </property>
 | 
						||
       </spacer>
 | 
						||
      </item>
 | 
						||
      <item row="5" column="0" colspan="6">
 | 
						||
       <widget class="QPushButton" name="menu_music">
 | 
						||
        <property name="text">
 | 
						||
         <string>Music</string>
 | 
						||
        </property>
 | 
						||
       </widget>
 | 
						||
      </item>
 | 
						||
      <item row="16" column="0" colspan="6">
 | 
						||
       <widget class="QPushButton" name="menu_upgrade">
 | 
						||
        <property name="text">
 | 
						||
         <string>Upgrade</string>
 | 
						||
        </property>
 | 
						||
       </widget>
 | 
						||
      </item>
 | 
						||
     </layout>
 | 
						||
    </widget>
 | 
						||
   </item>
 | 
						||
   <item row="0" column="1">
 | 
						||
    <widget class="DTitlebar" name="titlebar" native="true">
 | 
						||
     <property name="minimumSize">
 | 
						||
      <size>
 | 
						||
       <width>0</width>
 | 
						||
       <height>20</height>
 | 
						||
      </size>
 | 
						||
     </property>
 | 
						||
    </widget>
 | 
						||
   </item>
 | 
						||
  </layout>
 | 
						||
 </widget>
 | 
						||
 <customwidgets>
 | 
						||
  <customwidget>
 | 
						||
   <class>image_show</class>
 | 
						||
   <extends>QWidget</extends>
 | 
						||
   <header location="global">image_show.h</header>
 | 
						||
   <container>1</container>
 | 
						||
  </customwidget>
 | 
						||
  <customwidget>
 | 
						||
   <class>DTitlebar</class>
 | 
						||
   <extends>QWidget</extends>
 | 
						||
   <header location="global">dtitlebar.h</header>
 | 
						||
   <container>1</container>
 | 
						||
  </customwidget>
 | 
						||
  <customwidget>
 | 
						||
   <class>ProgressLoad</class>
 | 
						||
   <extends>QWidget</extends>
 | 
						||
   <header location="global">progressload.h</header>
 | 
						||
   <container>1</container>
 | 
						||
  </customwidget>
 | 
						||
  <customwidget>
 | 
						||
   <class>WebEngineView</class>
 | 
						||
   <extends>QWidget</extends>
 | 
						||
   <header location="global">webengine/webengineview.h</header>
 | 
						||
   <container>1</container>
 | 
						||
  </customwidget>
 | 
						||
 </customwidgets>
 | 
						||
 <resources>
 | 
						||
  <include location="../assets/icons.qrc"/>
 | 
						||
 </resources>
 | 
						||
 <connections/>
 | 
						||
</ui>
 |