TTW_Bot/fcreatenotify.ui

253 lines
5.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>FCreateNotify</class>
<widget class="QDialog" name="FCreateNotify">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>728</width>
<height>439</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QGroupBox" name="groupBox_3">
<property name="geometry">
<rect>
<x>370</x>
<y>0</y>
<width>351</width>
<height>151</height>
</rect>
</property>
<property name="title">
<string>Настройки</string>
</property>
<widget class="FSettingsWS" name="widget" native="true">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>331</width>
<height>121</height>
</rect>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>10</x>
<y>0</y>
<width>351</width>
<height>151</height>
</rect>
</property>
<property name="title">
<string>Блок</string>
</property>
<widget class="FColorSetting" name="wBlock" native="true">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>331</width>
<height>121</height>
</rect>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>10</x>
<y>150</y>
<width>351</width>
<height>141</height>
</rect>
</property>
<property name="title">
<string>Заголовок</string>
</property>
<widget class="FFontSetting" name="wFont" native="true">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>331</width>
<height>81</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="edtHeader">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>331</width>
<height>24</height>
</rect>
</property>
<property name="placeholderText">
<string>[NICK] </string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_4">
<property name="geometry">
<rect>
<x>10</x>
<y>290</y>
<width>351</width>
<height>141</height>
</rect>
</property>
<property name="title">
<string>Сообщение</string>
</property>
<widget class="FFontSetting" name="wFont_2" native="true">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>331</width>
<height>81</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="edtMessage">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>331</width>
<height>24</height>
</rect>
</property>
<property name="placeholderText">
<string>Сообщение</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_5">
<property name="geometry">
<rect>
<x>370</x>
<y>150</y>
<width>351</width>
<height>141</height>
</rect>
</property>
<property name="title">
<string>Персональное</string>
</property>
<widget class="QWidget" name="gridLayoutWidget">
<property name="geometry">
<rect>
<x>9</x>
<y>19</y>
<width>331</width>
<height>111</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="3" column="0">
<widget class="QLineEdit" name="edtFileSong"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Звук</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QPushButton" name="btnOpenImg">
<property name="text">
<string>...</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLineEdit" name="edtFileImg"/>
</item>
<item row="3" column="1">
<widget class="QPushButton" name="btnOpenSong">
<property name="text">
<string>...</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Картинка</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<widget class="QPushButton" name="btnTest">
<property name="geometry">
<rect>
<x>370</x>
<y>300</y>
<width>80</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>Тест</string>
</property>
</widget>
<widget class="QPushButton" name="btnAdd">
<property name="geometry">
<rect>
<x>460</x>
<y>300</y>
<width>81</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>Создать</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit">
<property name="geometry">
<rect>
<x>370</x>
<y>400</y>
<width>231</width>
<height>22</height>
</rect>
</property>
</widget>
</widget>
<customwidgets>
<customwidget>
<class>FColorSetting</class>
<extends>QWidget</extends>
<header location="global">fcolorsetting.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>FFontSetting</class>
<extends>QWidget</extends>
<header location="global">ffontsetting.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>FSettingsWS</class>
<extends>QWidget</extends>
<header location="global">fsettingsws.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>