/
CXVUSER
/
EqualizerAPO
Обзор
Документация
Войти
/
CXVUSER
/
EqualizerAPO
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Editor/FilterTableRow.ui
198 строк
5 KB
unknown
First commit
28 фев 2020, 04:58
28 фев 2020, 04:58
b1925ba
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>FilterTableRow</class> <widget class="QWidget" name="FilterTableRow"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>400</width> <height>300</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Maximum" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="windowTitle"> <string notr="true">Form</string> </property> <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0,0"> <property name="spacing"> <number>0</number> </property> <property name="leftMargin"> <number>0</number> </property> <property name="topMargin"> <number>1</number> </property> <property name="rightMargin"> <number>6</number> </property> <property name="bottomMargin"> <number>0</number> </property> <item> <widget class="QLabel" name="labelNumber"> <property name="minimumSize"> <size> <width>25</width> <height>0</height> </size> </property> <property name="palette"> <palette> <active> <colorrole role="WindowText"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>255</blue> </color> </brush> </colorrole> </active> <inactive> <colorrole role="WindowText"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>255</red> <green>255</green> <blue>255</blue> </color> </brush> </colorrole> </inactive> <disabled> <colorrole role="WindowText"> <brush brushstyle="SolidPattern"> <color alpha="255"> <red>120</red> <green>120</green> <blue>120</blue> </color> </brush> </colorrole> </disabled> </palette> </property> <property name="font"> <font> <pointsize>10</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="cursor"> <cursorShape>OpenHandCursor</cursorShape> </property> <property name="text"> <string notr="true">99</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <widget class="CompactToolBar" name="toolBar" native="true"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> </item> <item> <widget class="QStackedWidget" name="stackedWidget"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="currentIndex"> <number>0</number> </property> <widget class="QWidget" name="page"> <layout class="QGridLayout" name="gridLayout"> <property name="leftMargin"> <number>0</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>0</number> </property> <property name="bottomMargin"> <number>0</number> </property> <item row="0" column="2"> <widget class="EscapableLineEdit" name="lineEdit"/> </item> </layout> </widget> </widget> </item> </layout> <action name="actionAdd"> <property name="checkable"> <bool>true</bool> </property> <property name="icon"> <iconset resource="Editor.qrc"> <normaloff>:/icons/list-add-green.ico</normaloff>:/icons/list-add-green.ico</iconset> </property> <property name="text"> <string>Add</string> </property> </action> <action name="actionRemove"> <property name="icon"> <iconset resource="Editor.qrc"> <normaloff>:/icons/list-remove-red.ico</normaloff>:/icons/list-remove-red.ico</iconset> </property> <property name="text"> <string>Remove</string> </property> </action> <action name="actionEditText"> <property name="checkable"> <bool>true</bool> </property> <property name="icon"> <iconset resource="Editor.qrc"> <normaloff>:/icons/accessories-text-editor.ico</normaloff>:/icons/accessories-text-editor.ico</iconset> </property> <property name="text"> <string>Edit text</string> </property> </action> </widget> <customwidgets> <customwidget> <class>CompactToolBar</class> <extends>QWidget</extends> <header>Editor/widgets/CompactToolBar.h</header> <container>1</container> </customwidget> <customwidget> <class>EscapableLineEdit</class> <extends>QLineEdit</extends> <header>Editor/widgets/EscapableLineEdit.h</header> <slots> <signal>editingCanceled()</signal> </slots> </customwidget> </customwidgets> <resources> <include location="Editor.qrc"/> </resources> <connections/> </ui>