You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
995 B
XML
47 lines
995 B
XML
<?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>393</width>
|
|
<height>110</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Desktop streaming</string>
|
|
</property>
|
|
<widget class="QPushButton" name="buttonStart">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>20</y>
|
|
<width>191</width>
|
|
<height>61</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Start streaming</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="buttonQuit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>220</x>
|
|
<y>20</y>
|
|
<width>151</width>
|
|
<height>61</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Quit</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|