当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
26 Star 74 Fork 20

Surface-pro/Android日志分析工具
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setting.ui 25.49 KB
一键复制 编辑 原始数据 按行查看 历史
Surface-pro 提交于 2017-08-14 20:16 . V3.5.3版本更新
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703
<?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 &quot;Courier New&quot;;</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 &quot;Courier New&quot;;</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 &quot;Courier New&quot;;</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 &quot;Courier New&quot;;
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>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;字体样式预览 font preview&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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 &quot;Courier New&quot;;</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 &quot;Courier New&quot;;
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 &quot;Courier New&quot;;</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 &quot;Courier New&quot;;
color: rgb(150, 150, 150);</string>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;注:在与Eclipse或android studio同时工作时,ADB路径最好设置成开发工具SDK目录下&lt;/p&gt;&lt;p&gt;platform-tools下的ADB工具,否则可能会出现一些影响;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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 &quot;Courier New&quot;;</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 &quot;Courier New&quot;;</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnSelectPath">
<property name="styleSheet">
<string notr="true">font: 16pt &quot;Courier New&quot;;
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 &quot;Courier New&quot;;
color: rgb(150, 150, 150);</string>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;说明:在实时模式下,一旦发现有该包名的相关信息出现将自动跳转为仅显示该进程的信息;&lt;/p&gt;&lt;p&gt;使用方法:在此处填写eclipse或android studio中正在调试的APP包名即可,然后在开发&lt;/p&gt;&lt;p&gt;环境中下载APP到设备中后,该工具会自动识别并跳转到该APP的进程;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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 &quot;Courier New&quot;;</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 &quot;Courier New&quot;;</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 &quot;Courier New&quot;;
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 &quot;Courier New&quot;;</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 &quot;Courier New&quot;;
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 &quot;Courier New&quot;;</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 &quot;Courier New&quot;;
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 &quot;Courier New&quot;;</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 &quot;Courier New&quot;;</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 &quot;Courier New&quot;;
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 &quot;Courier New&quot;;
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 &quot;Courier New&quot;;
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>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/surface-pro/androidrizhifenxigongju.git
[email protected]:surface-pro/androidrizhifenxigongju.git
surface-pro
androidrizhifenxigongju
Android日志分析工具
master

搜索帮助