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

RoyHuang / Android日志分析工具
暂停

forked from Surface-pro / Android日志分析工具
暂停
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
taganalyse.ui 2.52 KB
一键复制 编辑 原始数据 按行查看 历史
Surface-pro 提交于 2017-08-14 20:16 . V3.5.3版本更新
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>TagAnalyse</class>
<widget class="QDialog" name="TagAnalyse">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>472</height>
</rect>
</property>
<property name="maximumSize">
<size>
<width>800</width>
<height>16777215</height>
</size>
</property>
<property name="windowTitle">
<string>Tag分析图表</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QRadioButton" name="rbASCIIOrder">
<property name="styleSheet">
<string notr="true">font: 16pt &quot;Courier New&quot;;</string>
</property>
<property name="text">
<string>按ASCII码排序</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="rbNumOrder">
<property name="styleSheet">
<string notr="true">font: 16pt &quot;Courier New&quot;;</string>
</property>
<property name="text">
<string>按数量排序</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="labelTotal">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>20</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">font: italic 16pt &quot;Courier New&quot;;
color: rgb(0, 108, 0);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="Line" name="line">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QScrollArea" name="scrollArea">
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>780</width>
<height>351</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<layout class="QVBoxLayout" name="contentLayout"/>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>
C++
1
https://gitee.com/royhuang888/androidrizhifenxigongju.git
git@gitee.com:royhuang888/androidrizhifenxigongju.git
royhuang888
androidrizhifenxigongju
Android日志分析工具
master

搜索帮助