first re-commit.
This commit is contained in:
204
swsetupcontrol.ui
Normal file
204
swsetupcontrol.ui
Normal file
@@ -0,0 +1,204 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ui version="4.0">
|
||||
<class>SWSetup</class>
|
||||
<widget class="QWidget" name="SWSetup">
|
||||
<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="_buttonSender">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>5</x>
|
||||
<y>110</y>
|
||||
<width>100</width>
|
||||
<height>42</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Josefin Sans</family>
|
||||
<pointsize>14</pointsize>
|
||||
<bold>false</bold>
|
||||
</font>
|
||||
</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>Sender</string>
|
||||
</property>
|
||||
<property name="checkable">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="SWDialButton" name="_buttonSongs">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>5</x>
|
||||
<y>160</y>
|
||||
<width>100</width>
|
||||
<height>42</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Josefin Sans</family>
|
||||
<pointsize>14</pointsize>
|
||||
</font>
|
||||
</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>Songs</string>
|
||||
</property>
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QLabel" name="_labelSender">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>110</x>
|
||||
<y>110</y>
|
||||
<width>681</width>
|
||||
<height>42</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Josefin Sans</family>
|
||||
<pointsize>14</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="toolTipDuration">
|
||||
<number>12</number>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true"> padding-bottom: 5px;
|
||||
margin-left: 0px;
|
||||
border: 2px solid gray;
|
||||
border-radius: 3px;
|
||||
background:rgb( 44, 44, 44 );
|
||||
color: rgb( 181, 181, 181 );
|
||||
</string>
|
||||
</property>
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::Panel</enum>
|
||||
</property>
|
||||
<property name="frameShadow">
|
||||
<enum>QFrame::Sunken</enum>
|
||||
</property>
|
||||
<property name="lineWidth">
|
||||
<number>3</number>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>...</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QLabel" name="_labelSongs">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>110</x>
|
||||
<y>160</y>
|
||||
<width>681</width>
|
||||
<height>42</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Josefin Sans</family>
|
||||
<pointsize>14</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true"> padding-bottom: 5px;
|
||||
margin-left: 0px;
|
||||
border: 2px solid gray;
|
||||
border-radius: 3px;
|
||||
background:rgb( 44, 44, 44 );
|
||||
color: rgb( 181, 181, 181 );
|
||||
</string>
|
||||
</property>
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::Panel</enum>
|
||||
</property>
|
||||
<property name="frameShadow">
|
||||
<enum>QFrame::Sunken</enum>
|
||||
</property>
|
||||
<property name="lineWidth">
|
||||
<number>3</number>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>...</string>
|
||||
</property>
|
||||
</widget>
|
||||
</widget>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
<class>SWDialButton</class>
|
||||
<extends>QPushButton</extends>
|
||||
<header>swdialbutton.h</header>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
Reference in New Issue
Block a user