|
@@ -40,30 +40,102 @@
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
<item>
|
|
<item>
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
- <item>
|
|
|
|
|
- <widget class="QLabel" name="previewDisabledLabel">
|
|
|
|
|
- <property name="sizePolicy">
|
|
|
|
|
- <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
|
- <horstretch>0</horstretch>
|
|
|
|
|
- <verstretch>0</verstretch>
|
|
|
|
|
- </sizepolicy>
|
|
|
|
|
- </property>
|
|
|
|
|
- <property name="contextMenuPolicy">
|
|
|
|
|
- <enum>Qt::CustomContextMenu</enum>
|
|
|
|
|
- </property>
|
|
|
|
|
- <property name="text">
|
|
|
|
|
- <string>Basic.Main.PreviewDisabled</string>
|
|
|
|
|
- </property>
|
|
|
|
|
- <property name="alignment">
|
|
|
|
|
- <set>Qt::AlignCenter</set>
|
|
|
|
|
- </property>
|
|
|
|
|
- </widget>
|
|
|
|
|
- </item>
|
|
|
|
|
<item>
|
|
<item>
|
|
|
<layout class="QHBoxLayout" name="previewLayout">
|
|
<layout class="QHBoxLayout" name="previewLayout">
|
|
|
<property name="spacing">
|
|
<property name="spacing">
|
|
|
<number>2</number>
|
|
<number>2</number>
|
|
|
</property>
|
|
</property>
|
|
|
|
|
+ <item>
|
|
|
|
|
+ <widget class="QWidget" name="previewDisabledWidget" native="true">
|
|
|
|
|
+ <property name="sizePolicy">
|
|
|
|
|
+ <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
|
+ <horstretch>0</horstretch>
|
|
|
|
|
+ <verstretch>0</verstretch>
|
|
|
|
|
+ </sizepolicy>
|
|
|
|
|
+ </property>
|
|
|
|
|
+ <layout class="QVBoxLayout" name="verticalLayout_7">
|
|
|
|
|
+ <item>
|
|
|
|
|
+ <spacer name="verticalSpacer_2">
|
|
|
|
|
+ <property name="orientation">
|
|
|
|
|
+ <enum>Qt::Vertical</enum>
|
|
|
|
|
+ </property>
|
|
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
|
|
+ <size>
|
|
|
|
|
+ <width>20</width>
|
|
|
|
|
+ <height>40</height>
|
|
|
|
|
+ </size>
|
|
|
|
|
+ </property>
|
|
|
|
|
+ </spacer>
|
|
|
|
|
+ </item>
|
|
|
|
|
+ <item>
|
|
|
|
|
+ <widget class="QLabel" name="label">
|
|
|
|
|
+ <property name="sizePolicy">
|
|
|
|
|
+ <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
|
+ <horstretch>0</horstretch>
|
|
|
|
|
+ <verstretch>0</verstretch>
|
|
|
|
|
+ </sizepolicy>
|
|
|
|
|
+ </property>
|
|
|
|
|
+ <property name="text">
|
|
|
|
|
+ <string>Basic.Main.PreviewDisabled</string>
|
|
|
|
|
+ </property>
|
|
|
|
|
+ <property name="alignment">
|
|
|
|
|
+ <set>Qt::AlignCenter</set>
|
|
|
|
|
+ </property>
|
|
|
|
|
+ </widget>
|
|
|
|
|
+ </item>
|
|
|
|
|
+ <item>
|
|
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
|
+ <item>
|
|
|
|
|
+ <spacer name="horizontalSpacer_2">
|
|
|
|
|
+ <property name="orientation">
|
|
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
|
|
+ </property>
|
|
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
|
|
+ <size>
|
|
|
|
|
+ <width>40</width>
|
|
|
|
|
+ <height>20</height>
|
|
|
|
|
+ </size>
|
|
|
|
|
+ </property>
|
|
|
|
|
+ </spacer>
|
|
|
|
|
+ </item>
|
|
|
|
|
+ <item>
|
|
|
|
|
+ <widget class="QPushButton" name="enablePreviewButton">
|
|
|
|
|
+ <property name="text">
|
|
|
|
|
+ <string>Basic.Main.PreviewConextMenu.Enable</string>
|
|
|
|
|
+ </property>
|
|
|
|
|
+ </widget>
|
|
|
|
|
+ </item>
|
|
|
|
|
+ <item>
|
|
|
|
|
+ <spacer name="horizontalSpacer_3">
|
|
|
|
|
+ <property name="orientation">
|
|
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
|
|
+ </property>
|
|
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
|
|
+ <size>
|
|
|
|
|
+ <width>40</width>
|
|
|
|
|
+ <height>20</height>
|
|
|
|
|
+ </size>
|
|
|
|
|
+ </property>
|
|
|
|
|
+ </spacer>
|
|
|
|
|
+ </item>
|
|
|
|
|
+ </layout>
|
|
|
|
|
+ </item>
|
|
|
|
|
+ <item>
|
|
|
|
|
+ <spacer name="verticalSpacer_3">
|
|
|
|
|
+ <property name="orientation">
|
|
|
|
|
+ <enum>Qt::Vertical</enum>
|
|
|
|
|
+ </property>
|
|
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
|
|
+ <size>
|
|
|
|
|
+ <width>20</width>
|
|
|
|
|
+ <height>40</height>
|
|
|
|
|
+ </size>
|
|
|
|
|
+ </property>
|
|
|
|
|
+ </spacer>
|
|
|
|
|
+ </item>
|
|
|
|
|
+ </layout>
|
|
|
|
|
+ </widget>
|
|
|
|
|
+ </item>
|
|
|
<item>
|
|
<item>
|
|
|
<layout class="QVBoxLayout" name="previewTextLayout">
|
|
<layout class="QVBoxLayout" name="previewTextLayout">
|
|
|
<property name="spacing">
|
|
<property name="spacing">
|
|
@@ -709,8 +781,8 @@
|
|
|
<rect>
|
|
<rect>
|
|
|
<x>0</x>
|
|
<x>0</x>
|
|
|
<y>0</y>
|
|
<y>0</y>
|
|
|
- <width>16</width>
|
|
|
|
|
- <height>28</height>
|
|
|
|
|
|
|
+ <width>28</width>
|
|
|
|
|
+ <height>16</height>
|
|
|
</rect>
|
|
</rect>
|
|
|
</property>
|
|
</property>
|
|
|
<property name="sizePolicy">
|
|
<property name="sizePolicy">
|