PyQt/多页面/QScrollArea/仿QQ设置面板/setting.ui

898 lines
29 KiB
Text
Raw Normal View History

2018-03-28 21:54:08 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Setting</class>
<widget class="QWidget" name="Setting">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2018-03-29 11:52:16 +08:00
<width>498</width>
<height>498</height>
2018-03-28 21:54:08 +08:00
</rect>
</property>
<property name="windowTitle">
<string>仿QQ设置面板</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<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="QListWidget" name="listWidget">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
2018-03-29 11:52:16 +08:00
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="currentRow">
<number>0</number>
</property>
2018-03-28 21:54:08 +08:00
<item>
<property name="text">
<string>登录</string>
</property>
</item>
<item>
<property name="text">
<string>主面板</string>
</property>
</item>
<item>
<property name="text">
<string>状态</string>
</property>
</item>
<item>
<property name="text">
<string>会话窗口</string>
</property>
</item>
<item>
<property name="text">
<string>信息展示</string>
</property>
</item>
<item>
<property name="text">
<string>提醒</string>
</property>
</item>
<item>
<property name="text">
<string>热键</string>
</property>
</item>
<item>
<property name="text">
<string>显示</string>
</property>
</item>
<item>
<property name="text">
<string>声音</string>
</property>
</item>
<item>
<property name="text">
<string>软件更新</string>
</property>
</item>
<item>
<property name="text">
<string>文件管理</string>
</property>
</item>
<item>
<property name="text">
<string>文件共享</string>
</property>
</item>
<item>
<property name="text">
<string>音视频通话</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QScrollArea" name="scrollArea">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="geometry">
<rect>
<x>0</x>
2018-03-29 11:52:16 +08:00
<y>-810</y>
<width>460</width>
<height>1308</height>
2018-03-28 21:54:08 +08:00
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>20</number>
</property>
<property name="leftMargin">
<number>35</number>
</property>
<property name="topMargin">
<number>20</number>
</property>
<property name="rightMargin">
<number>35</number>
</property>
<property name="bottomMargin">
<number>20</number>
</property>
<item>
2018-03-29 11:52:16 +08:00
<widget class="QWidget" name="widget_0" native="true">
2018-03-28 21:54:08 +08:00
<layout class="QFormLayout" name="formLayout">
<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 row="0" column="0">
<widget class="QLabel" name="titleLabel1">
<property name="text">
<string>登录:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QCheckBox" name="CheckBox">
<property name="text">
<string>开机时自动启动QQ</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QCheckBox" name="checkBox">
<property name="text">
<string>启动QQ时为我自动登录</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QCheckBox" name="checkBox_2">
<property name="text">
<string>总是打开登录提示</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QCheckBox" name="checkBox_3">
<property name="text">
<string>离线自动启动QQ手机版仅支持Android</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QCheckBox" name="checkBox_4">
<property name="text">
<string>登录后自动运行QQ宠物</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QCheckBox" name="checkBox_5">
<property name="text">
<string>订阅“腾讯视频”,获取量身定制视频资讯</string>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QCheckBox" name="checkBox_6">
<property name="text">
<string>订阅“每日精选”,了解最新商品资讯</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
2018-03-29 11:52:16 +08:00
<widget class="QWidget" name="widget_1" native="true">
2018-03-28 21:54:08 +08:00
<layout class="QFormLayout" name="formLayout_8">
<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 row="0" column="0">
<widget class="QLabel" name="titleLabel2">
<property name="text">
<string>主面板:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QCheckBox" name="checkBox_26">
<property name="text">
<string>始终保持在其他窗口前端</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QCheckBox" name="checkBox_27">
<property name="text">
<string>停靠在桌面边缘时自动隐藏</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QCheckBox" name="checkBox_28">
<property name="text">
<string>在任务栏通知区域显示QQ图标</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QCheckBox" name="checkBox_29">
<property name="text">
<string>显示天气</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QLabel" name="label_10">
<property name="text">
<string>关闭主面板时:</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QRadioButton" name="right1">
<property name="text">
<string>隐藏到任务栏通知区域,不退出程序</string>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QRadioButton" name="right2">
<property name="text">
<string>退出程序</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="7" column="1">
<widget class="QLabel" name="label_11">
<property name="text">
<string>您可以自由定制适合您的面板和功能使用QQ更有效率</string>
</property>
</widget>
</item>
<item row="8" column="1">
<widget class="QPushButton" name="right3">
<property name="text">
<string>界面管理器</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
2018-03-29 11:52:16 +08:00
<widget class="QWidget" name="widget_2" native="true">
2018-03-28 21:54:08 +08:00
<layout class="QFormLayout" name="formLayout_9">
<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 row="0" column="0">
<widget class="QLabel" name="titleLabel3">
<property name="text">
<string>状态:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label_13">
<property name="text">
<string>登陆后状态为:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBox">
<item>
<property name="text">
<string>我在线上</string>
</property>
</item>
<item>
<property name="text">
<string>Q我吧</string>
</property>
</item>
<item>
<property name="text">
<string>离开</string>
</property>
</item>
<item>
<property name="text">
<string>忙碌</string>
</property>
</item>
<item>
<property name="text">
<string>请勿打扰</string>
</property>
</item>
<item>
<property name="text">
<string>隐身</string>
</property>
</item>
</widget>
</item>
2018-03-29 11:52:16 +08:00
<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>
2018-03-28 21:54:08 +08:00
</layout>
</item>
<item row="1" column="1">
<widget class="QCheckBox" name="checkBox_30">
<property name="text">
<string>运行全屏程序时切换至“忙碌“状态””</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLabel" name="right4">
<property name="text">
<string>仅在“Q我吧”和“我在线上”状态下生效</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QCheckBox" name="checkBox_31">
<property name="text">
<string>离开、忙碌、请勿打扰时自动回复100字以内</string>
</property>
</widget>
</item>
<item row="4" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QPushButton" name="pushButton_5">
<property name="text">
<string>自动回复设置</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_4">
<property name="text">
<string>快捷回复设置</string>
</property>
</widget>
</item>
2018-03-29 11:52:16 +08:00
<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>
2018-03-28 21:54:08 +08:00
</layout>
</item>
</layout>
</widget>
</item>
<item>
2018-03-29 11:52:16 +08:00
<widget class="QWidget" name="widget_3" native="true">
2018-03-28 21:54:08 +08:00
<layout class="QFormLayout" name="formLayout_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 row="0" column="0">
<widget class="QLabel" name="titleLabel4">
<property name="text">
<string>会话窗口:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QCheckBox" name="CheckBox_2">
<property name="text">
<string>使用多彩气泡聊天</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QCheckBox" name="checkBox_7">
<property name="text">
<string>不显示广告(会员设置项)</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QCheckBox" name="checkBox_8">
<property name="text">
<string>允许来消息时自动弹出窗口</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QCheckBox" name="checkBox_9">
<property name="text">
<string>默认使用腾讯视频播放视频文件</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QCheckBox" name="checkBox_10">
<property name="text">
<string>允许自动播放魔法表情和超级表情</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QCheckBox" name="checkBox_11">
<property name="text">
<string>允许使用QQ秀聊天随动表情</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QCheckBox" name="checkBox_12">
<property name="text">
<string>总是显示好友聊天窗口侧边栏</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="7" column="1">
<widget class="QCheckBox" name="checkBox_13">
<property name="text">
<string>允许接收窗口抖动</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="8" column="1">
<widget class="QCheckBox" name="checkBox_14">
<property name="text">
<string>显示热词搜索提示</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="9" column="1">
<widget class="QCheckBox" name="checkBox_15">
<property name="text">
<string>显示历史消息记录</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
2018-03-29 11:52:16 +08:00
<widget class="QWidget" name="widget_4" native="true">
2018-03-28 21:54:08 +08:00
<layout class="QFormLayout" name="formLayout_3">
<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 row="0" column="0">
<widget class="QLabel" name="titleLabel5">
<property name="text">
<string>信息展示:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QCheckBox" name="checkBox_16">
<property name="text">
<string>在资料卡和迷你信息卡上显示等级图标</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QCheckBox" name="checkBox_17">
<property name="text">
<string>在资料卡和迷你卡上显示更新搜索</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QCheckBox" name="checkBox_18">
<property name="text">
<string>在聊天窗口内展示好友的更新摘要</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QCheckBox" name="checkBox_19">
<property name="text">
<string>在聊天窗口内展示好友互动标识</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
2018-03-29 11:52:16 +08:00
<widget class="QWidget" name="widget_5" native="true">
2018-03-28 21:54:08 +08:00
<layout class="QFormLayout" name="formLayout_4">
<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 row="0" column="0">
<widget class="QLabel" name="titleLabel6">
<property name="text">
<string>提醒:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QCheckBox" name="checkBox_20">
<property name="text">
<string>会话消息提醒</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QCheckBox" name="checkBox_21">
<property name="text">
<string>新邮件提醒</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QCheckBox" name="checkBox_22">
<property name="text">
<string>启用QQ看点消息</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QCheckBox" name="checkBox_23">
<property name="text">
<string>启用一声问候消息</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QCheckBox" name="checkBox_24">
<property name="text">
<string>启用设备连接提醒</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QLabel" name="right5">
<property name="text">
<string>当插入安卓设备时提示安装或者更新QQ手机版</string>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QLabel" name="label_3">
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;您可以设置是否在屏幕右下角收到来自QQ空间的通知&lt;a href=&quot;#&quot;&gt;&lt;span style=&quot; text-decoration: none; color:#00aaff;&quot;&gt;进入设置&lt;/span&gt;&lt;/a&gt;。&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>
<item row="7" column="1">
<widget class="QLabel" name="label_4">
<property name="text">
<string>好友上线提醒</string>
</property>
</widget>
</item>
<item row="8" column="1">
<widget class="QRadioButton" name="radioButton">
<property name="text">
<string>关闭好友上线提醒</string>
</property>
</widget>
</item>
<item row="9" column="1">
<widget class="QRadioButton" name="radioButton_2">
<property name="text">
<string>全部好友上线提醒</string>
</property>
</widget>
</item>
<item row="10" column="1">
<widget class="QRadioButton" name="radioButton_3">
<property name="text">
<string>以下好友上线提醒</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="11" column="1">
<layout class="QFormLayout" name="formLayout_5">
<item row="0" column="0">
2018-03-29 11:52:16 +08:00
<widget class="QListWidget" name="listWidgetUser">
2018-03-28 21:54:08 +08:00
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QPushButton" name="pushButton">
<property name="text">
<string>添加</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
2018-03-29 11:52:16 +08:00
<widget class="QWidget" name="widget_6" native="true">
2018-03-28 21:54:08 +08:00
<layout class="QFormLayout" name="formLayout_6">
<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 row="0" column="0">
<widget class="QLabel" name="titleLabel7">
<property name="text">
<string>热键:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLabel" name="label_6">
<property name="text">
<string>您可以通过点击选择要更改的热键</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QPushButton" name="pushButton_2">
<property name="text">
<string>设置热键</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
2018-03-29 11:52:16 +08:00
<widget class="QWidget" name="widget_7" native="true">
2018-03-28 21:54:08 +08:00
<layout class="QFormLayout" name="formLayout_7">
<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 row="0" column="0">
<widget class="QLabel" name="titleLabel8">
<property name="text">
<string>显示:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QCheckBox" name="checkBox_25">
<property name="text">
<string>开启QQ适配屏幕DPI</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLabel" name="right6">
<property name="text">
<string>关闭选项后QQ将保持默认大小设置后需要重新登录才能生效</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
2018-03-29 11:52:16 +08:00
<tabstops>
<tabstop>listWidget</tabstop>
<tabstop>scrollArea</tabstop>
<tabstop>CheckBox</tabstop>
<tabstop>checkBox</tabstop>
<tabstop>checkBox_2</tabstop>
<tabstop>checkBox_3</tabstop>
<tabstop>checkBox_4</tabstop>
<tabstop>checkBox_5</tabstop>
<tabstop>checkBox_6</tabstop>
<tabstop>checkBox_26</tabstop>
<tabstop>checkBox_27</tabstop>
<tabstop>checkBox_28</tabstop>
<tabstop>checkBox_29</tabstop>
<tabstop>right1</tabstop>
<tabstop>right2</tabstop>
<tabstop>right3</tabstop>
<tabstop>comboBox</tabstop>
<tabstop>checkBox_30</tabstop>
<tabstop>checkBox_31</tabstop>
<tabstop>pushButton_5</tabstop>
<tabstop>pushButton_4</tabstop>
<tabstop>CheckBox_2</tabstop>
<tabstop>checkBox_7</tabstop>
<tabstop>checkBox_8</tabstop>
<tabstop>checkBox_9</tabstop>
<tabstop>checkBox_10</tabstop>
<tabstop>checkBox_11</tabstop>
<tabstop>checkBox_12</tabstop>
<tabstop>checkBox_13</tabstop>
<tabstop>checkBox_14</tabstop>
<tabstop>checkBox_15</tabstop>
<tabstop>checkBox_16</tabstop>
<tabstop>checkBox_17</tabstop>
<tabstop>checkBox_18</tabstop>
<tabstop>checkBox_19</tabstop>
<tabstop>checkBox_20</tabstop>
<tabstop>checkBox_21</tabstop>
<tabstop>checkBox_22</tabstop>
<tabstop>checkBox_23</tabstop>
<tabstop>checkBox_24</tabstop>
<tabstop>radioButton</tabstop>
<tabstop>radioButton_2</tabstop>
<tabstop>radioButton_3</tabstop>
<tabstop>listWidgetUser</tabstop>
<tabstop>pushButton</tabstop>
<tabstop>pushButton_2</tabstop>
<tabstop>checkBox_25</tabstop>
</tabstops>
2018-03-28 21:54:08 +08:00
<resources/>
<connections/>
</ui>