本项目XML的桌面渲染依赖GQT开源项目(请感兴趣的朋友加入QQ讨论群:101189702,在群共享文件里下载GQT源码),以下是360界面实现的全部XML代码,所有的代码都在360_ui目录里,事件交互写在360safe.js里(再次申明是桌面程序不是Web):
效果图:
XML:
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>mainWidget</class> <widget class="QWidget" name="mainWidget"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>986</width> <height>714</height> </rect> </property> <property name="windowTitle"> <string>Form</string> </property> <property name="styleSheet"> <string notr="true"/> </property> <layout class="QVBoxLayout" name="verticalLayout"> <property name="spacing"> <number>0</number> </property> <property name="margin"> <number>0</number> </property> <item> <widget class="QFrame" name="titleBar"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>100</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>100</height> </size> </property> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Raised</enum> </property> <layout class="QVBoxLayout" name="verticalLayout_7"> <property name="spacing"> <number>0</number> </property> <property name="margin"> <number>0</number> </property> <item> <layout class="QHBoxLayout" name="horizontalLayout_6"> <property name="spacing"> <number>0</number> </property> <property name="leftMargin"> <number>15</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>5</number> </property> <item> <widget class="QLabel" name="version_title"> <property name="text"> <string>360安全卫士9.2</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer_8"> <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="pushButton"> <property name="minimumSize"> <size> <width>25</width> <height>25</height> </size> </property> <property name="maximumSize"> <size> <width>25</width> <height>25</height> </size> </property> <property name="text"> <string/> </property> <property name="icon"> <iconset> <normaloff>360_img/contentWidget/medal.png</normaloff>360_img/contentWidget/medal.png</iconset> </property> <property name="iconSize"> <size> <width>25</width> <height>25</height> </size> </property> </widget> </item> <item> <spacer name="horizontalSpacer_9"> <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> <widget class="GButton" name="skin_button"> <property name="gqtIcon" stdset="0"> <pixmap>360_img/sysButton/skin_button.png</pixmap> </property> </widget> </item> <item> <widget class="GButton" name="main_menu_button"> <property name="gqtIcon" stdset="0"> <pixmap>360_img/sysButton/main_menu.png</pixmap> </property> </widget> </item> <item> <widget class="GButton" name="min_button"> <property name="gqtIcon" stdset="0"> <pixmap>360_img/sysButton/min_button.png</pixmap> </property> </widget> </item> <item> <widget class="GButton" name="max_button"> <property name="gqtIcon" stdset="0"> <pixmap>360_img/sysButton/max_button.png</pixmap> </property> </widget> </item> <item> <widget class="GButton" name="close_button"> <property name="gqtIcon" stdset="0"> <pixmap>360_img/sysButton/close_button.png</pixmap> </property> </widget> </item> </layout> </item> <item> <widget class="QFrame" name="titleFrame"> <property name="maximumSize"> <size> <width>16777215</width> <height>75</height> </size> </property> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Raised</enum> </property> <layout class="QHBoxLayout" name="horizontalLayout"> <property name="spacing"> <number>2</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="bottomMargin"> <number>0</number> </property> <item> <widget class="GToolButton" name="tiJian"> <property name="minimumSize"> <size> <width>73</width> <height>75</height> </size> </property> <property name="maximumSize"> <size> <width>73</width> <height>75</height> </size> </property> <property name="text"> <string>电脑体检</string> </property> <property name="icon"> <iconset> <normaloff>360_img/toolWidget/tiJian.png</normaloff>360_img/toolWidget/tiJian.png</iconset> </property> <property name="iconSize"> <size> <width>48</width> <height>48</height> </size> </property> <property name="gqtChecked" stdset="0"> <bool>true</bool> </property> </widget> </item> <item> <widget class="GToolButton" name="muMa"> <property name="minimumSize"> <size> <width>73</width> <height>75</height> </size> </property> <property name="maximumSize"> <size> <width>73</width> <height>75</height> </size> </property> <property name="text"> <string>木马查杀</string> </property> <property name="icon"> <iconset> <normaloff>360_img/toolWidget/muMa.png</normaloff>360_img/toolWidget/muMa.png</iconset> </property> <property name="iconSize"> <size> <width>48</width> <height>48</height> </size> </property> </widget> </item> <item> <widget class="GToolButton" name="louDong"> <property name="minimumSize"> <size> <width>73</width> <height>75</height> </size> </property> <property name="maximumSize"> <size> <width>73</width> <height>75</height> </size> </property> <property name="text"> <string>漏洞修复</string> </property> <property name="icon"> <iconset> <normaloff>360_img/toolWidget/louDong.png</normaloff>360_img/toolWidget/louDong.png</iconset> </property> <property name="iconSize"> <size> <width>48</width> <height>48</height> </size> </property> </widget> </item> <item> <widget class="GToolButton" name="xiTong"> <property name="minimumSize"> <size> <width>73</width> <height>75</height> </size> </property> <property name="maximumSize"> <size> <width>73</width> <height>75</height> </size> </property> <property name="text"> <string>系统修复</string> </property> <property name="icon"> <iconset> <normaloff>360_img/toolWidget/xiTong.png</normaloff>360_img/toolWidget/xiTong.png</iconset> </property> <property name="iconSize"> <size> <width>48</width> <height>48</height> </size> </property> </widget> </item> <item> <widget class="GToolButton" name="qingLi"> <property name="minimumSize"> <size> <width>73</width> <height>75</height> </size> </property> <property name="maximumSize"> <size> <width>73</width> <height>75</height> </size> </property> <property name="text"> <string>电脑清理</string> </property> <property name="icon"> <iconset> <normaloff>360_img/toolWidget/qingLi.png</normaloff>360_img/toolWidget/qingLi.png</iconset> </property> <property name="iconSize"> <size> <width>48</width> <height>48</height> </size> </property> </widget> </item> <item> <widget class="GToolButton" name="jiaSu"> <property name="minimumSize"> <size> <width>73</width> <height>75</height> </size> </property> <property name="maximumSize"> <size> <width>73</width> <height>75</height> </size> </property> <property name="text"> <string>优化加速</string> </property> <property name="icon"> <iconset> <normaloff>360_img/toolWidget/jiaSu.png</normaloff>360_img/toolWidget/jiaSu.png</iconset> </property> <property name="iconSize"> <size> <width>48</width> <height>48</height> </size> </property> </widget> </item> <item> <widget class="GToolButton" name="menZhen"> <property name="minimumSize"> <size> <width>73</width> <height>75</height> </size> </property> <property name="maximumSize"> <size> <width>73</width> <height>75</height> </size> </property> <property name="text"> <string>电脑专家</string> </property> <property name="icon"> <iconset> <normaloff>360_img/toolWidget/menZhen.png</normaloff>360_img/toolWidget/menZhen.png</iconset> </property> <property name="iconSize"> <size> <width>48</width> <height>48</height> </size> </property> </widget> </item> <item> <widget class="GToolButton" name="ruanJian"> <property name="minimumSize"> <size> <width>73</width> <height>75</height> </size> </property> <property name="maximumSize"> <size> <width>73</width> <height>75</height> </size> </property> <property name="text"> <string>软件管理</string> </property> <property name="icon"> <iconset> <normaloff>360_img/toolWidget/ruanJian.png</normaloff>360_img/toolWidget/ruanJian.png</iconset> </property> <property name="iconSize"> <size> <width>48</width> <height>48</height> </size> </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="QLabel" name="logo"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>140</width> <height>67</height> </size> </property> <property name="maximumSize"> <size> <width>140</width> <height>67</height> </size> </property> <property name="text"> <string/> </property> <property name="pixmap"> <pixmap>360_img/logo.png</pixmap> </property> </widget> </item> </layout> </widget> </item> </layout> </widget> </item> <item> <widget class="QFrame" name="contentFrame"> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Raised</enum> </property> <layout class="QHBoxLayout" name="horizontalLayout_3"> <property name="margin"> <number>0</number> </property> <item> <widget class="QFrame" name="leftFrame"> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Raised</enum> </property> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <property name="sizeConstraint"> <enum>QLayout::SetMinimumSize</enum> </property> <property name="leftMargin"> <number>30</number> </property> <property name="topMargin"> <number>20</number> </property> <item alignment="Qt::AlignTop"> <widget class="QLabel" name="label"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>158</width> <height>125</height> </size> </property> <property name="maximumSize"> <size> <width>158</width> <height>125</height> </size> </property> <property name="text"> <string/> </property> <property name="pixmap"> <pixmap>360_img/contentWidget/computer.png</pixmap> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> </property> </widget> </item> <item> <layout class="QVBoxLayout" name="verticalLayout_2"> <property name="spacing"> <number>15</number> </property> <property name="topMargin"> <number>20</number> </property> <item> <widget class="QLabel" name="suggest_label"> <property name="text"> <string>上次体检良好,请保持每天体检的习惯!</string> </property> </widget> </item> <item> <widget class="QLabel" name="system_safe_label"> <property name="text"> <string>上次体检时间是一分钟前,还有2个优化项可以优化。</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> </layout> </item> <item alignment="Qt::AlignHCenter|Qt::AlignVCenter"> <widget class="QPushButton" name="power_button"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>180</width> <height>70</height> </size> </property> <property name="maximumSize"> <size> <width>180</width> <height>70</height> </size> </property> <property name="text"> <string>立即体检</string> </property> <property name="icon"> <iconset> <normaloff>360_img/contentWidget/power.png</normaloff>360_img/contentWidget/power.png</iconset> </property> <property name="iconSize"> <size> <width>35</width> <height>35</height> </size> </property> </widget> </item> <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> </layout> </widget> </item> <item> <widget class="QFrame" name="rightFrame"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>273</width> <height>0</height> </size> </property> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Raised</enum> </property> <layout class="QVBoxLayout" name="verticalLayout_6"> <property name="spacing"> <number>0</number> </property> <property name="margin"> <number>0</number> </property> <item> <widget class="QFrame" name="rightTopWidget"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>250</width> <height>130</height> </size> </property> <property name="maximumSize"> <size> <width>250</width> <height>130</height> </size> </property> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Raised</enum> </property> <layout class="QVBoxLayout" name="verticalLayout_4"> <property name="spacing"> <number>0</number> </property> <property name="margin"> <number>10</number> </property> <item> <layout class="QHBoxLayout" name="login_layout"> <property name="spacing"> <number>0</number> </property> <property name="leftMargin"> <number>5</number> </property> <item> <widget class="QPushButton" name="login_button"> <property name="minimumSize"> <size> <width>240</width> <height>60</height> </size> </property> <property name="maximumSize"> <size> <width>240</width> <height>60</height> </size> </property> <property name="text"> <string>登录我的360账号</string> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="register_layout"> <property name="spacing"> <number>5</number> </property> <item> <spacer name="horizontalSpacer_2"> <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="QLabel" name="priv_label"> <property name="text"> <string/> </property> <property name="pixmap"> <pixmap>360_img/contentWidget/priv.png</pixmap> </property> </widget> </item> <item> <widget class="QLabel" name="info_label"> <property name="text"> <string>开启炫动卫士图标,</string> </property> </widget> </item> <item> <widget class="QPushButton" name="register_button"> <property name="minimumSize"> <size> <width>0</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>555</width> <height>555</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string>10秒免费注册</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> </item> <item> <layout class="QHBoxLayout" name="privilege_layout"> <property name="spacing"> <number>8</number> </property> <item> <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> <widget class="QLabel" name="privilege_label"> <property name="text"> <string>专享特权:</string> </property> </widget> </item> <item> <widget class="QPushButton" name="safe_button"> <property name="minimumSize"> <size> <width>16</width> <height>16</height> </size> </property> <property name="maximumSize"> <size> <width>16</width> <height>16</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string/> </property> <property name="icon"> <iconset> <normaloff>360_img/contentWidget/360.png</normaloff>360_img/contentWidget/360.png</iconset> </property> </widget> </item> <item> <widget class="QPushButton" name="tab_button"> <property name="minimumSize"> <size> <width>16</width> <height>16</height> </size> </property> <property name="maximumSize"> <size> <width>16</width> <height>16</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string/> </property> <property name="icon"> <iconset> <normaloff>360_img/contentWidget/tab.png</normaloff>360_img/contentWidget/tab.png</iconset> </property> </widget> </item> <item> <widget class="QPushButton" name="pet_button"> <property name="minimumSize"> <size> <width>16</width> <height>16</height> </size> </property> <property name="maximumSize"> <size> <width>16</width> <height>16</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string/> </property> <property name="icon"> <iconset> <normaloff>360_img/contentWidget/pet.png</normaloff>360_img/contentWidget/pet.png</iconset> </property> </widget> </item> <item> <widget class="QPushButton" name="lottery_button"> <property name="minimumSize"> <size> <width>16</width> <height>16</height> </size> </property> <property name="maximumSize"> <size> <width>16</width> <height>16</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string/> </property> <property name="icon"> <iconset> <normaloff>360_img/contentWidget/lottery.png</normaloff>360_img/contentWidget/lottery.png</iconset> </property> </widget> </item> <item> <widget class="QPushButton" name="cloud_five_button"> <property name="minimumSize"> <size> <width>16</width> <height>16</height> </size> </property> <property name="maximumSize"> <size> <width>16</width> <height>16</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string/> </property> <property name="icon"> <iconset> <normaloff>360_img/contentWidget/cloud_five.png</normaloff>360_img/contentWidget/cloud_five.png</iconset> </property> </widget> </item> <item> <widget class="QPushButton" name="caipiao_button"> <property name="minimumSize"> <size> <width>16</width> <height>16</height> </size> </property> <property name="maximumSize"> <size> <width>16</width> <height>16</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string/> </property> <property name="icon"> <iconset> <normaloff>360_img/contentWidget/caipiao.png</normaloff>360_img/contentWidget/caipiao.png</iconset> </property> </widget> </item> <item> <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> </layout> </item> </layout> </widget> </item> <item> <widget class="QFrame" name="right_center_widget"> <property name="minimumSize"> <size> <width>250</width> <height>90</height> </size> </property> <property name="maximumSize"> <size> <width>250</width> <height>90</height> </size> </property> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Raised</enum> </property> <layout class="QHBoxLayout" name="horizontalLayout_4"> <property name="spacing"> <number>0</number> </property> <property name="margin"> <number>0</number> </property> <item> <widget class="QToolButton" name="fireproof_button"> <property name="minimumSize"> <size> <width>73</width> <height>73</height> </size> </property> <property name="maximumSize"> <size> <width>73</width> <height>73</height> </size> </property> <property name="text"> <string>木马防火墙.</string> </property> <property name="icon"> <iconset> <normaloff>360_img/contentWidget/fireproof.png</normaloff>360_img/contentWidget/fireproof.png</iconset> </property> <property name="iconSize"> <size> <width>48</width> <height>48</height> </size> </property> <property name="toolButtonStyle"> <enum>Qt::ToolButtonTextUnderIcon</enum> </property> </widget> </item> <item> <widget class="QLabel" name="line_label_1"> <property name="minimumSize"> <size> <width>1</width> <height>90</height> </size> </property> <property name="maximumSize"> <size> <width>1</width> <height>90</height> </size> </property> <property name="text"> <string/> </property> </widget> </item> <item> <widget class="QToolButton" name="triggerman_button"> <property name="minimumSize"> <size> <width>73</width> <height>73</height> </size> </property> <property name="maximumSize"> <size> <width>73</width> <height>73</height> </size> </property> <property name="text"> <string>360保镖</string> </property> <property name="icon"> <iconset> <normaloff>360_img/contentWidget/triggerman.png</normaloff>360_img/contentWidget/triggerman.png</iconset> </property> <property name="iconSize"> <size> <width>48</width> <height>48</height> </size> </property> <property name="toolButtonStyle"> <enum>Qt::ToolButtonTextUnderIcon</enum> </property> </widget> </item> <item> <widget class="QLabel" name="line_label_2"> <property name="minimumSize"> <size> <width>1</width> <height>90</height> </size> </property> <property name="maximumSize"> <size> <width>1</width> <height>90</height> </size> </property> <property name="text"> <string/> </property> </widget> </item> <item> <widget class="QToolButton" name="net_shop_button"> <property name="minimumSize"> <size> <width>73</width> <height>73</height> </size> </property> <property name="maximumSize"> <size> <width>73</width> <height>73</height> </size> </property> <property name="text"> <string>网购先赔</string> </property> <property name="icon"> <iconset> <normaloff>360_img/contentWidget/net_shop.png</normaloff>360_img/contentWidget/net_shop.png</iconset> </property> <property name="iconSize"> <size> <width>48</width> <height>48</height> </size> </property> <property name="toolButtonStyle"> <enum>Qt::ToolButtonTextUnderIcon</enum> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QFrame" name="right_center_function_widget"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Raised</enum> </property> <layout class="QVBoxLayout" name="verticalLayout_5"> <property name="spacing"> <number>10</number> </property> <property name="margin"> <number>0</number> </property> <item> <layout class="QHBoxLayout" name="h_layout"> <property name="spacing"> <number>0</number> </property> <property name="leftMargin"> <number>10</number> </property> <property name="topMargin"> <number>5</number> </property> <item> <widget class="QLabel" name="function_label"> <property name="text"> <string>功能大全</string> </property> </widget> </item> <item> <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> <widget class="QPushButton" name="more_button"> <property name="minimumSize"> <size> <width>50</width> <height>25</height> </size> </property> <property name="maximumSize"> <size> <width>50</width> <height>25</height> </size> </property> <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> <property name="text"> <string>更多</string> </property> </widget> </item> </layout> </item> <item> <layout class="QGridLayout" name="gridLayout"> <property name="leftMargin"> <number>5</number> </property> <property name="rightMargin"> <number>5</number> </property> <property name="bottomMargin"> <number>5</number> </property> <property name="spacing"> <number>0</number> </property> <item row="1" column="2"> <widget class="QToolButton" name="auto_run_button"> <property name="minimumSize"> <size> <width>87</width> <height>67</height> </size> </property> <property name="maximumSize"> <size> <width>87</width> <height>67</height> </size> </property> <property name="text"> <string>开机加速</string> </property> <property name="icon"> <iconset> <normaloff>360_img/contentWidget/auto_run.png</normaloff>360_img/contentWidget/auto_run.png</iconset> </property> <property name="iconSize"> <size> <width>32</width> <height>32</height> </size> </property> <property name="toolButtonStyle"> <enum>Qt::ToolButtonTextUnderIcon</enum> </property> </widget> </item> <item row="0" column="1"> <widget class="QToolButton" name="mobile_button"> <property name="minimumSize"> <size> <width>87</width> <height>67</height> </size> </property> <property name="maximumSize"> <size> <width>87</width> <height>67</height> </size> </property> <property name="text"> <string>手机助手</string> </property> <property name="icon"> <iconset> <normaloff>360_img/contentWidget/mobile.png</normaloff>360_img/contentWidget/mobile.png</iconset> </property> <property name="iconSize"> <size> <width>32</width> <height>32</height> </size> </property> <property name="toolButtonStyle"> <enum>Qt::ToolButtonTextUnderIcon</enum> </property> </widget> </item> <item row="2" column="2"> <widget class="QToolButton" name="first_add_button"> <property name="minimumSize"> <size> <width>87</width> <height>67</height> </size> </property> <property name="maximumSize"> <size> <width>87</width> <height>67</height> </size> </property> <property name="text"> <string>系统急救箱</string> </property> <property name="icon"> <iconset> <normaloff>360_img/contentWidget/first_add.png</normaloff>360_img/contentWidget/first_add.png</iconset> </property> <property name="iconSize"> <size> <width>32</width> <height>32</height> </size> </property> <property name="toolButtonStyle"> <enum>Qt::ToolButtonTextUnderIcon</enum> </property> </widget> </item> <item row="0" column="2"> <widget class="QToolButton" name="game_box_button"> <property name="minimumSize"> <size> <width>87</width> <height>67</height> </size> </property> <property name="maximumSize"> <size> <width>87</width> <height>67</height> </size> </property> <property name="text"> <string>游戏盒子</string> </property> <property name="icon"> <iconset> <normaloff>360_img/contentWidget/game_box.png</normaloff>360_img/contentWidget/game_box.png</iconset> </property> <property name="iconSize"> <size> <width>32</width> <height>32</height> </size> </property> <property name="toolButtonStyle"> <enum>Qt::ToolButtonTextUnderIcon</enum> </property> </widget> </item> <item row="2" column="1"> <widget class="QToolButton" name="net_pretext_button"> <property name="minimumSize"> <size> <width>87</width> <height>67</height> </size> </property> <property name="maximumSize"> <size> <width>87</width> <height>67</height> </size> </property> <property name="text"> <string>360网盾</string> </property> <property name="icon"> <iconset> <normaloff>360_img/contentWidget/net_pretext.png</normaloff>360_img/contentWidget/net_pretext.png</iconset> </property> <property name="iconSize"> <size> <width>32</width> <height>32</height> </size> </property> <property name="toolButtonStyle"> <enum>Qt::ToolButtonTextUnderIcon</enum> </property> </widget> </item> <item row="2" column="0"> <widget class="QToolButton" name="net_speed_button"> <property name="minimumSize"> <size> <width>87</width> <height>67</height> </size> </property> <property name="maximumSize"> <size> <width>87</width> <height>67</height> </size> </property> <property name="text"> <string>宽带测速器</string> </property> <property name="icon"> <iconset> <normaloff>360_img/contentWidget/net_speed.png</normaloff>360_img/contentWidget/net_speed.png</iconset> </property> <property name="iconSize"> <size> <width>32</width> <height>32</height> </size> </property> <property name="toolButtonStyle"> <enum>Qt::ToolButtonTextUnderIcon</enum> </property> </widget> </item> <item row="0" column="0"> <widget class="QToolButton" name="recovery_button"> <property name="minimumSize"> <size> <width>87</width> <height>67</height> </size> </property> <property name="maximumSize"> <size> <width>87</width> <height>67</height> </size> </property> <property name="text"> <string>文件恢复</string> </property> <property name="icon"> <iconset> <normaloff>360_img/contentWidget/recovery.png</normaloff>360_img/contentWidget/recovery.png</iconset> </property> <property name="iconSize"> <size> <width>32</width> <height>32</height> </size> </property> <property name="toolButtonStyle"> <enum>Qt::ToolButtonTextUnderIcon</enum> </property> </widget> </item> <item row="1" column="0"> <widget class="QToolButton" name="desktop_button"> <property name="minimumSize"> <size> <width>87</width> <height>67</height> </size> </property> <property name="maximumSize"> <size> <width>87</width> <height>67</height> </size> </property> <property name="text"> <string>安全桌面</string> </property> <property name="icon"> <iconset> <normaloff>360_img/contentWidget/desktop.png</normaloff>360_img/contentWidget/desktop.png</iconset> </property> <property name="iconSize"> <size> <width>32</width> <height>32</height> </size> </property> <property name="toolButtonStyle"> <enum>Qt::ToolButtonTextUnderIcon</enum> </property> </widget> </item> <item row="1" column="1"> <widget class="QToolButton" name="net_repair_button"> <property name="minimumSize"> <size> <width>87</width> <height>67</height> </size> </property> <property name="maximumSize"> <size> <width>87</width> <height>67</height> </size> </property> <property name="text"> <string>断网急救箱</string> </property> <property name="icon"> <iconset> <normaloff>360_img/contentWidget/net_repair.png</normaloff>360_img/contentWidget/net_repair.png</iconset> </property> <property name="iconSize"> <size> <width>32</width> <height>32</height> </size> </property> <property name="toolButtonStyle"> <enum>Qt::ToolButtonTextUnderIcon</enum> </property> </widget> </item> <item row="3" column="1"> <spacer name="verticalSpacer_3"> <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> </layout> </widget> </item> <item> <widget class="QFrame" name="right_bottom_widget"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>260</width> <height>30</height> </size> </property> <property name="maximumSize"> <size> <width>250</width> <height>30</height> </size> </property> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Raised</enum> </property> <layout class="QHBoxLayout" name="horizontalLayout_5"> <property name="spacing"> <number>5</number> </property> <property name="leftMargin"> <number>10</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>10</number> </property> <property name="bottomMargin"> <number>0</number> </property> <item> <widget class="QLabel" name="icon_label"> <property name="minimumSize"> <size> <width>16</width> <height>16</height> </size> </property> <property name="maximumSize"> <size> <width>16</width> <height>16</height> </size> </property> <property name="text"> <string/> </property> <property name="pixmap"> <pixmap>360_img/contentWidget/cloud.png</pixmap> </property> </widget> </item> <item> <widget class="QLabel" name="connect_label"> <property name="text"> <string>成功连接至晕安全中心</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer_7"> <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="QLabel" name="version_label"> <property name="minimumSize"> <size> <width>60</width> <height>20</height> </size> </property> <property name="maximumSize"> <size> <width>555</width> <height>555</height> </size> </property> <property name="text"> <string/> </property> <property name="pixmap"> <pixmap>360_img/contentWidget/version.png</pixmap> </property> </widget> </item> <item> <widget class="QPushButton" name="version_button"> <property name="minimumSize"> <size> <width>20</width> <height>20</height> </size> </property> <property name="maximumSize"> <size> <width>20</width> <height>20</height> </size> </property> <property name="text"> <string/> </property> <property name="icon"> <iconset> <normaloff>360_img/contentWidget/version.png</normaloff>360_img/contentWidget/version.png</iconset> </property> </widget> </item> </layout> </widget> </item> </layout> </widget> </item> </layout> </widget> </item> </layout> </widget> <customwidgets> <customwidget> <class>GButton</class> <extends>QPushButton</extends> <header>gbutton.h</header> </customwidget> <customwidget> <class>GToolButton</class> <extends>QToolButton</extends> <header>gtoolbutton.h</header> </customwidget> </customwidgets> <resources/> <connections/> </ui>
程序在360UI.rar中,运行可查看效果哦!
GQT开源项目简介:
A C++ GUI Framework Written by Like "Java"(Easily),Run as "C++" (High-Performance),And Show Perfect!
开源项目地址:
QQ讨论群:101189702 (请注明GQT或Qt,C++等)
设计文档:http://goo.gl/MM9E7j
PPT介绍(English):http://goo.gl/pEKiE9
其他Demo程序(本博客包含了GQT载入UI支持的所有3种机制[Qt dll,XML和QML]):
实现的QQ登录界面(基于dll载入方式):
扑克牌翻转效果(QML载入方式):