|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<ui version="4.0">
|
|
|
<class>Dialog</class>
|
|
|
<widget class="QDialog" name="Dialog">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>0</x>
|
|
|
<y>0</y>
|
|
|
<width>685</width>
|
|
|
<height>600</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="minimumSize">
|
|
|
<size>
|
|
|
<width>685</width>
|
|
|
<height>0</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
<property name="maximumSize">
|
|
|
<size>
|
|
|
<width>685</width>
|
|
|
<height>16777215</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
<property name="windowTitle">
|
|
|
<string notr="true">QtScrcpy</string>
|
|
|
</property>
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
<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">
|
|
|
<property name="text">
|
|
|
<string>get device ip</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="0" column="3">
|
|
|
<widget class="QPushButton" name="stopServerBtn">
|
|
|
<property name="text">
|
|
|
<string>stop server</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="3" column="1">
|
|
|
<widget class="QPushButton" name="updateDevice">
|
|
|
<property name="text">
|
|
|
<string>update device</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="3" column="3">
|
|
|
<widget class="QPushButton" name="startAdbdBtn">
|
|
|
<property name="text">
|
|
|
<string>start adbd</string>
|
|
|
</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>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="2" column="0">
|
|
|
<widget class="QGroupBox" name="wirelessGroupBox">
|
|
|
<property name="title">
|
|
|
<string>Wireless</string>
|
|
|
</property>
|
|
|
<layout class="QGridLayout" name="gridLayout_4" columnstretch="2,0,0,1,2">
|
|
|
<item row="3" column="2">
|
|
|
<widget class="QLabel" name="label">
|
|
|
<property name="minimumSize">
|
|
|
<size>
|
|
|
<width>5</width>
|
|
|
<height>0</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
<property name="maximumSize">
|
|
|
<size>
|
|
|
<width>5</width>
|
|
|
<height>16777215</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string notr="true">:</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="3" column="3">
|
|
|
<widget class="QLineEdit" name="devicePortEdt">
|
|
|
<property name="text">
|
|
|
<string/>
|
|
|
</property>
|
|
|
<property name="placeholderText">
|
|
|
<string notr="true">5555</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="3" column="0">
|
|
|
<widget class="QLineEdit" name="deviceIpEdt">
|
|
|
<property name="text">
|
|
|
<string/>
|
|
|
</property>
|
|
|
<property name="placeholderText">
|
|
|
<string notr="true">192.168.0.1</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="3" column="4">
|
|
|
<widget class="QPushButton" name="wirelessConnectBtn">
|
|
|
<property name="text">
|
|
|
<string>wireless connect</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="4" column="4">
|
|
|
<widget class="QPushButton" name="wirelessDisConnectBtn">
|
|
|
<property name="text">
|
|
|
<string>wireless disconnect</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="3" column="0">
|
|
|
<widget class="QTextEdit" name="outEdit">
|
|
|
<property name="documentTitle">
|
|
|
<string/>
|
|
|
</property>
|
|
|
<property name="readOnly">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="0" column="0">
|
|
|
<widget class="QGroupBox" name="configGroupBox">
|
|
|
<property name="title">
|
|
|
<string>Config</string>
|
|
|
</property>
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
<item row="0" column="5">
|
|
|
<widget class="QComboBox" name="formatBox"/>
|
|
|
</item>
|
|
|
<item row="0" column="2">
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
<property name="text">
|
|
|
<string>video size:</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="0" column="3">
|
|
|
<widget class="QComboBox" name="videoSizeBox">
|
|
|
<property name="toolTip">
|
|
|
<string/>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="0" column="1">
|
|
|
<widget class="QComboBox" name="bitRateBox">
|
|
|
<property name="toolTip">
|
|
|
<string/>
|
|
|
</property>
|
|
|
<property name="currentText">
|
|
|
<string/>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="0" column="0">
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
<property name="text">
|
|
|
<string>bit rate:</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="1" column="0">
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
<property name="text">
|
|
|
<string>record save path:</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="1" column="1" colspan="3">
|
|
|
<widget class="QLineEdit" name="recordPathEdt">
|
|
|
<property name="readOnly">
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="1" column="4" colspan="2">
|
|
|
<widget class="QPushButton" name="selectRecordPathBtn">
|
|
|
<property name="text">
|
|
|
<string>select path</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="0" column="4">
|
|
|
<widget class="QLabel" name="label_6">
|
|
|
<property name="text">
|
|
|
<string>record format:</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="2" column="0">
|
|
|
<widget class="QCheckBox" name="alwaysTopCheck">
|
|
|
<property name="text">
|
|
|
<string>always top</string>
|
|
|
</property>
|
|
|
<property name="checked">
|
|
|
<bool>false</bool>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="2" column="1" colspan="2">
|
|
|
<widget class="QCheckBox" name="closeScreenCheck">
|
|
|
<property name="text">
|
|
|
<string>close screen</string>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
|
<resources/>
|
|
|
<connections/>
|
|
|
</ui>
|