1 Star 0 Fork 20

游戏开发者 / Android日志分析工具

forked from Surface-pro / Android日志分析工具
暂停
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
connectadb.ui 4.00 KB
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ConnectADB</class>
<widget class="QDialog" name="ConnectADB">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>216</width>
<height>106</height>
</rect>
</property>
<property name="windowTitle">
<string>ADB设备选择</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>6</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="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_5">
<item>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QGroupBox" name="groupBox">
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
font: 16pt &quot;Courier New&quot;;</string>
</property>
<property name="title">
<string>ADB设备</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<layout class="QVBoxLayout" name="container"/>
</item>
</layout>
<zorder>widget</zorder>
<zorder>verticalLayoutWidget</zorder>
</widget>
</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>40</width>
<height>20</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="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>
C++
1
https://gitee.com/sparetime-studio/androidrizhifenxigongju.git
git@gitee.com:sparetime-studio/androidrizhifenxigongju.git
sparetime-studio
androidrizhifenxigongju
Android日志分析工具
master

搜索帮助