|
|
|
|
@ -6,8 +6,8 @@
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
|
|
|
|
<width>533</width>
|
|
|
|
|
<height>608</height>
|
|
|
|
|
<width>600</width>
|
|
|
|
|
<height>637</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
@ -21,6 +21,82 @@
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
|
<item row="2" column="0">
|
|
|
|
|
<widget class="QGroupBox" name="usbGroupBox">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>USB line</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
|
<item row="3" column="2">
|
|
|
|
|
<widget class="QPushButton" name="getIPBtn">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>get device ip</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="autoDefault">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="3">
|
|
|
|
|
<widget class="QPushButton" name="stopServerBtn">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>stop server</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="autoDefault">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="1">
|
|
|
|
|
<widget class="QPushButton" name="updateDevice">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>update device</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="autoDefault">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="3">
|
|
|
|
|
<widget class="QPushButton" name="startAdbdBtn">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>start adbd</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="autoDefault">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>device serial:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QComboBox" name="serialBox"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="2">
|
|
|
|
|
<widget class="QPushButton" name="startServerBtn">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>start server</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="autoDefault">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="0">
|
|
|
|
|
<widget class="QPushButton" name="stopAllServerBtn">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>stop all server</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="0">
|
|
|
|
|
<widget class="QGroupBox" name="wirelessGroupBox">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Wireless</string>
|
|
|
|
|
@ -88,7 +164,7 @@
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="4" column="0">
|
|
|
|
|
<item row="5" column="0">
|
|
|
|
|
<widget class="QTextEdit" name="outEdit">
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
@ -107,63 +183,59 @@
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QGroupBox" name="configGroupBox">
|
|
|
|
|
<item row="4" column="0">
|
|
|
|
|
<widget class="QGroupBox" name="adbGroupBox">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Start Config</string>
|
|
|
|
|
<string notr="true">adb</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
|
<item row="2" column="9" colspan="2">
|
|
|
|
|
<widget class="QCheckBox" name="useReverseCheck">
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout_5">
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_7">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>use reverse</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="checked">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
<string>adb command:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="8">
|
|
|
|
|
<widget class="QComboBox" name="videoSizeBox">
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string/>
|
|
|
|
|
<property name="buddy">
|
|
|
|
|
<cstring>adbCommandEdt</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="9" colspan="2">
|
|
|
|
|
<widget class="QPushButton" name="selectRecordPathBtn">
|
|
|
|
|
<item row="0" column="3">
|
|
|
|
|
<widget class="QPushButton" name="stopAdbBtn">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>select path</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="autoDefault">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
<string>terminate</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="9">
|
|
|
|
|
<widget class="QLabel" name="label_6">
|
|
|
|
|
<item row="0" column="2">
|
|
|
|
|
<widget class="QPushButton" name="adbCommandBtn">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>record format:</string>
|
|
|
|
|
<string>execute</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="6" colspan="2">
|
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QLineEdit" name="adbCommandEdt">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>video size:</string>
|
|
|
|
|
<string notr="true">devices</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="10">
|
|
|
|
|
<widget class="QComboBox" name="formatBox"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="7" colspan="2">
|
|
|
|
|
<widget class="QCheckBox" name="closeScreenCheck">
|
|
|
|
|
<item row="0" column="4">
|
|
|
|
|
<widget class="QPushButton" name="clearOut">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>close screen</string>
|
|
|
|
|
<string>clear</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QGroupBox" name="configGroupBox">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Start Config</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
|
<property name="text">
|
|
|
|
|
@ -171,17 +243,17 @@
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0" colspan="2">
|
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
|
<item row="2" column="3" colspan="2">
|
|
|
|
|
<widget class="QCheckBox" name="notDisplayCheck">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>record save path:</string>
|
|
|
|
|
<string>not display</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="buddy">
|
|
|
|
|
<cstring>recordPathEdt</cstring>
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="2" colspan="4">
|
|
|
|
|
<item row="0" column="3" colspan="2">
|
|
|
|
|
<widget class="QComboBox" name="bitRateBox">
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string/>
|
|
|
|
|
@ -191,21 +263,7 @@
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="2" colspan="7">
|
|
|
|
|
<widget class="QLineEdit" name="recordPathEdt">
|
|
|
|
|
<property name="readOnly">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="0" colspan="2">
|
|
|
|
|
<widget class="QCheckBox" name="gameForPeaceCheck">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Game for Peace</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="5" colspan="2">
|
|
|
|
|
<item row="2" column="6" colspan="2">
|
|
|
|
|
<widget class="QCheckBox" name="alwaysTopCheck">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>always top</string>
|
|
|
|
|
@ -215,136 +273,101 @@
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="2" colspan="2">
|
|
|
|
|
<widget class="QCheckBox" name="notDisplayCheck">
|
|
|
|
|
<item row="2" column="11" colspan="2">
|
|
|
|
|
<widget class="QCheckBox" name="useReverseCheck">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>not display</string>
|
|
|
|
|
<string>use reverse</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
<property name="checked">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QGroupBox" name="usbGroupBox">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>USB line</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
|
<item row="3" column="2">
|
|
|
|
|
<widget class="QPushButton" name="getIPBtn">
|
|
|
|
|
<item row="0" column="12">
|
|
|
|
|
<widget class="QComboBox" name="formatBox"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0" colspan="2">
|
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>get device ip</string>
|
|
|
|
|
<string>record save path:</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="autoDefault">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
<property name="buddy">
|
|
|
|
|
<cstring>recordPathEdt</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="3">
|
|
|
|
|
<widget class="QPushButton" name="stopServerBtn">
|
|
|
|
|
<item row="0" column="6">
|
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>stop server</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="autoDefault">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
<string>video size:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="1">
|
|
|
|
|
<widget class="QPushButton" name="updateDevice">
|
|
|
|
|
<item row="2" column="9" colspan="2">
|
|
|
|
|
<widget class="QCheckBox" name="closeScreenCheck">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>update device</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="autoDefault">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
<string>close screen</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="3">
|
|
|
|
|
<widget class="QPushButton" name="startAdbdBtn">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>start adbd</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="autoDefault">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
<item row="1" column="3" colspan="8">
|
|
|
|
|
<widget class="QLineEdit" name="recordPathEdt">
|
|
|
|
|
<property name="readOnly">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>device serial:</string>
|
|
|
|
|
<item row="0" column="7">
|
|
|
|
|
<widget class="QComboBox" name="videoSizeBox">
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QComboBox" name="serialBox"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="2">
|
|
|
|
|
<widget class="QPushButton" name="startServerBtn">
|
|
|
|
|
<item row="1" column="11" colspan="2">
|
|
|
|
|
<widget class="QPushButton" name="selectRecordPathBtn">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>start server</string>
|
|
|
|
|
<string>select path</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="autoDefault">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="0">
|
|
|
|
|
<widget class="QPushButton" name="stopAllServerBtn">
|
|
|
|
|
<item row="0" column="10">
|
|
|
|
|
<widget class="QLabel" name="label_6">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>stop all server</string>
|
|
|
|
|
<string>record format:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="0">
|
|
|
|
|
<widget class="QGroupBox" name="adbGroupBox">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string notr="true">adb</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout_5">
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_7">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>adb command:</string>
|
|
|
|
|
<item row="0" column="8" colspan="2">
|
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="buddy">
|
|
|
|
|
<cstring>adbCommandEdt</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="3">
|
|
|
|
|
<widget class="QPushButton" name="stopAdbBtn">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>terminate</string>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>40</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="2">
|
|
|
|
|
<widget class="QPushButton" name="adbCommandBtn">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>execute</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
<item row="3" column="0" colspan="5">
|
|
|
|
|
<widget class="QComboBox" name="gameBox"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QLineEdit" name="adbCommandEdt">
|
|
|
|
|
<item row="3" column="6" colspan="2">
|
|
|
|
|
<widget class="QPushButton" name="updateGameScriptBtn">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string notr="true">devices</string>
|
|
|
|
|
<string>update script</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="4">
|
|
|
|
|
<widget class="QPushButton" name="clearOut">
|
|
|
|
|
<item row="3" column="10" colspan="2">
|
|
|
|
|
<widget class="QCheckBox" name="gameCheck">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>clear</string>
|
|
|
|
|
<string>Game for Peace</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
@ -364,8 +387,6 @@
|
|
|
|
|
<tabstop>wirelessDisConnectBtn</tabstop>
|
|
|
|
|
<tabstop>adbCommandEdt</tabstop>
|
|
|
|
|
<tabstop>adbCommandBtn</tabstop>
|
|
|
|
|
<tabstop>bitRateBox</tabstop>
|
|
|
|
|
<tabstop>videoSizeBox</tabstop>
|
|
|
|
|
<tabstop>formatBox</tabstop>
|
|
|
|
|
<tabstop>recordPathEdt</tabstop>
|
|
|
|
|
<tabstop>selectRecordPathBtn</tabstop>
|
|
|
|
|
|