78 lines
1.6 KiB
XML
78 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>SWBlueToothControl</class>
|
|
<widget class="QWidget" name="SWBlueToothControl">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>800</width>
|
|
<height>255</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
<widget class="SWDialButton" name="_buttonScan">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>5</x>
|
|
<y>210</y>
|
|
<width>150</width>
|
|
<height>42</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Josefin Sans</family>
|
|
<pointsize>14</pointsize>
|
|
<bold>false</bold>
|
|
</font>
|
|
</property>
|
|
<property name="toolTipDuration">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton
|
|
{
|
|
padding-bottom: 0px;
|
|
margin-left: 0px;
|
|
border: 2px solid gray;
|
|
border-radius: 3px;
|
|
border-color: rgb( 66,66,66 );
|
|
background:rgb(44,44,44);
|
|
color: rgb( 181, 181, 181 );
|
|
}
|
|
|
|
QPushButton:hover
|
|
{
|
|
border-color: white;
|
|
}
|
|
|
|
QPushButton:checked
|
|
{
|
|
background:rgb(99,99,99);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>start scan</string>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>SWDialButton</class>
|
|
<extends>QPushButton</extends>
|
|
<header>swdialbutton.h</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|