|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>PluginWidget</class>
- <widget class="QFrame" name="PluginWidget">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>640</width>
- <height>75</height>
- </rect>
- </property>
- <property name="contextMenuPolicy">
- <enum>Qt::CustomContextMenu</enum>
- </property>
- <property name="windowTitle">
- <string>Frame</string>
- </property>
- <layout class="QHBoxLayout" name="horizontalLayout_6">
- <property name="spacing">
- <number>0</number>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <item>
- <widget class="QWidget" name="w_revsect" native="true">
- <property name="minimumSize">
- <size>
- <width>315</width>
- <height>75</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>315</width>
- <height>75</height>
- </size>
- </property>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <property name="spacing">
- <number>0</number>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- </layout>
- </widget>
- </item>
- <item>
- <widget class="QWidget" name="w_eq1sect" native="true">
- <property name="minimumSize">
- <size>
- <width>110</width>
- <height>75</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>110</width>
- <height>75</height>
- </size>
- </property>
- <layout class="QHBoxLayout" name="horizontalLayout_2">
- <property name="spacing">
- <number>0</number>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- </layout>
- </widget>
- </item>
- <item>
- <widget class="QWidget" name="w_eq2sect" native="true">
- <property name="minimumSize">
- <size>
- <width>110</width>
- <height>75</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>110</width>
- <height>75</height>
- </size>
- </property>
- <layout class="QHBoxLayout" name="horizontalLayout_3">
- <property name="spacing">
- <number>0</number>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- </layout>
- </widget>
- </item>
- <item>
- <widget class="QWidget" name="w_ambmixsect" native="true">
- <property name="minimumSize">
- <size>
- <width>70</width>
- <height>75</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>70</width>
- <height>75</height>
- </size>
- </property>
- <layout class="QHBoxLayout" name="horizontalLayout_4">
- <property name="spacing">
- <number>0</number>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- </layout>
- </widget>
- </item>
- <item>
- <widget class="QWidget" name="w_redzita" native="true">
- <property name="minimumSize">
- <size>
- <width>35</width>
- <height>75</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>35</width>
- <height>75</height>
- </size>
- </property>
- <layout class="QHBoxLayout" name="horizontalLayout_5">
- <property name="spacing">
- <number>0</number>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <resources/>
- <connections/>
- </ui>
|