代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Setting</class>
<widget class="QDialog" name="Setting">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>727</width>
<height>404</height>
</rect>
</property>
<property name="windowTitle">
<string>设置</string>
</property>
<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="QFrame" name="frame">
<property name="styleSheet">
<string notr="true">background-color: rgb(30, 30, 30);</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="font">
<attribute name="title">
<string>字体</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label">
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
font: 16pt "Courier New";</string>
</property>
<property name="text">
<string>字型:</string>
</property>
</widget>
</item>
<item>
<widget class="QFontComboBox" name="cbFontType">
<property name="styleSheet">
<string notr="true">background-color: rgb(208, 208, 208);
color: rgb(0, 0, 0);
font: 16pt "Courier New";</string>
</property>
<property name="currentIndex">
<number>58</number>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
font: 16pt "Courier New";</string>
</property>
<property name="text">
<string> 字号:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="cbFontSize">
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 0, 0);
font: 75 16pt "Courier New";
background-color: rgb(208, 208, 208);</string>
</property>
<property name="currentIndex">
<number>2</number>
</property>
<item>
<property name="text">
<string>10</string>
</property>
</item>
<item>
<property name="text">
<string>12</string>
</property>
</item>
<item>
<property name="text">
<string>14</string>
</property>
</item>
<item>
<property name="text">
<string>16</string>
</property>
</item>
<item>
<property name="text">
<string>18</string>
</property>
</item>
<item>
<property name="text">
<string>20</string>
</property>
</item>
<item>
<property name="text">
<string>22</string>
</property>
</item>
<item>
<property name="text">
<string>24</string>
</property>
</item>
<item>
<property name="text">
<string>26</string>
</property>
</item>
<item>
<property name="text">
<string>28</string>
</property>
</item>
<item>
<property name="text">
<string>36</string>
</property>
</item>
<item>
<property name="text">
<string>48</string>
</property>
</item>
<item>
<property name="text">
<string>72</string>
</property>
</item>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>268</width>
<height>28</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="labelPreview">
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string><html><head/><body><p align="center">字体样式预览 font preview</p></body></html></string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="codeType">
<attribute name="title">
<string>编码格式</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_6">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLabel" name="label_3">
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
font: 16pt "Courier New";</string>
</property>
<property name="text">
<string>以</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="cbCodeType">
<property name="styleSheet">
<string notr="true">color: rgb(0, 0, 0);
font: 75 16pt "Courier New";
background-color: rgb(208, 208, 208);</string>
</property>
<item>
<property name="text">
<string>UTF-8</string>
</property>
</item>
<item>
<property name="text">
<string>GBK</string>
</property>
</item>
<item>
<property name="text">
<string>GB2312</string>
</property>
</item>
<item>
<property name="text">
<string>UNICODE</string>
</property>
</item>
<item>
<property name="text">
<string>ANSI</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QLabel" name="label_4">
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
font: 16pt "Courier New";</string>
</property>
<property name="text">
<string>的编码格式读取文件</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>
</layout>
</widget>
<widget class="QWidget" name="ADBConfig">
<attribute name="title">
<string>ADB配置</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_10">
<item>
<layout class="QVBoxLayout" name="verticalLayout_7">
<item>
<widget class="QLabel" name="label_7">
<property name="styleSheet">
<string notr="true">font: italic 12pt "Courier New";
color: rgb(150, 150, 150);</string>
</property>
<property name="text">
<string><html><head/><body><p>注:在与Eclipse或android studio同时工作时,ADB路径最好设置成开发工具SDK目录下</p><p>platform-tools下的ADB工具,否则可能会出现一些影响;</p></body></html></string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLabel" name="label_5">
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
font: 16pt "Courier New";</string>
</property>
<property name="text">
<string>ADB工具路径:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="etADBPath">
<property name="styleSheet">
<string notr="true">background-color: rgb(54, 54, 54);
color: rgb(255, 255, 255);
font: 16pt "Courier New";</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnSelectPath">
<property name="styleSheet">
<string notr="true">font: 16pt "Courier New";
background-color: rgb(212, 212, 212);</string>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="horizontalSpacer_8">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>158</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="Line" name="line">
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_8">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">font: italic 12pt "Courier New";
color: rgb(150, 150, 150);</string>
</property>
<property name="text">
<string><html><head/><body><p>说明:在实时模式下,一旦发现有该包名的相关信息出现将自动跳转为仅显示该进程的信息;</p><p>使用方法:在此处填写eclipse或android studio中正在调试的APP包名即可,然后在开发</p><p>环境中下载APP到设备中后,该工具会自动识别并跳转到该APP的进程;</p></body></html></string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_8">
<item>
<widget class="QCheckBox" name="cbDebugApp">
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
font: 16pt "Courier New";</string>
</property>
<property name="text">
<string>当前调试程序的包名:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="etPackageName">
<property name="styleSheet">
<string notr="true">background-color: rgb(54, 54, 54);
color: rgb(255, 255, 255);
font: 16pt "Courier New";</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="systemFilter">
<attribute name="title">
<string>系统过滤</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_9">
<item>
<widget class="QLabel" name="label_6">
<property name="styleSheet">
<string notr="true">font: italic 12pt "Courier New";
color: rgb(150, 150, 150);</string>
</property>
<property name="text">
<string>说明:以下勾选的日志头将不予解析和显示</string>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_8">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QCheckBox" name="cbFirstFilter">
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
font: 16pt "Courier New";</string>
</property>
<property name="text">
<string>一级过滤</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comoboFirst">
<property name="enabled">
<bool>true</bool>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 0, 0);
font: 75 16pt "Courier New";
background-color: rgb(208, 208, 208);</string>
</property>
<item>
<property name="text">
<string>ADB_SERVICES</string>
</property>
</item>
<item>
<property name="text">
<string>DisplayEventReceiver</string>
</property>
</item>
<item>
<property name="text">
<string>SurfaceFlinger</string>
</property>
</item>
<item>
<property name="text">
<string>Provider/Settings</string>
</property>
</item>
<item>
<property name="text">
<string>StatusBar.BatteryController</string>
</property>
</item>
</widget>
</item>
<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>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_6">
<item>
<widget class="QCheckBox" name="cbSecondFilter">
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
font: 16pt "Courier New";</string>
</property>
<property name="text">
<string>二级过滤</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboSecond">
<property name="styleSheet">
<string notr="true">color: rgb(0, 0, 0);
font: 75 16pt "Courier New";
background-color: rgb(208, 208, 208);</string>
</property>
<item>
<property name="text">
<string>AKMD2</string>
</property>
</item>
<item>
<property name="text">
<string>ViewRootImpl</string>
</property>
</item>
</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>
<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>
<layout class="QHBoxLayout" name="horizontalLayout_7">
<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="QCheckBox" name="cbApplyOfflineMode">
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
font: 16pt "Courier New";</string>
</property>
<property name="text">
<string>应用于离线查看模式</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="cbApplyRealtimeMode">
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
font: 16pt "Courier New";</string>
</property>
<property name="text">
<string>应用于实时终端模式</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_1">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>268</width>
<height>28</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>78</width>
<height>28</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="btnOK">
<property name="minimumSize">
<size>
<width>90</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>90</width>
<height>16777215</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">font: 16pt "Courier New";
background-color: rgb(212, 212, 212);</string>
</property>
<property name="text">
<string>OK</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnReset">
<property name="minimumSize">
<size>
<width>90</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>90</width>
<height>16777215</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">font: 16pt "Courier New";
background-color: rgb(212, 212, 212);</string>
</property>
<property name="text">
<string>Reset</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnCancel">
<property name="minimumSize">
<size>
<width>90</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>90</width>
<height>16777215</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">font: 16pt "Courier New";
background-color: rgb(212, 212, 212);</string>
</property>
<property name="text">
<string>Cancel</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。