summaryrefslogtreecommitdiff
path: root/main.ui
diff options
context:
space:
mode:
Diffstat (limited to 'main.ui')
-rw-r--r--main.ui71
1 files changed, 60 insertions, 11 deletions
diff --git a/main.ui b/main.ui
index b671aa5..aa9350a 100644
--- a/main.ui
+++ b/main.ui
@@ -108,7 +108,7 @@
<item row="1" column="0">
<widget class="QDockWidget" name="dockWidget_2">
<property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
+ <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
@@ -125,6 +125,9 @@
<height>150</height>
</size>
</property>
+ <property name="features">
+ <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
+ </property>
<property name="allowedAreas">
<set>Qt::BottomDockWidgetArea</set>
</property>
@@ -134,7 +137,11 @@
<widget class="QWidget" name="dockWidgetContents_2">
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
- <widget class="QTextEdit" name="textBrowser"/>
+ <widget class="QTextEdit" name="textBrowser">
+ <property name="readOnly">
+ <bool>true</bool>
+ </property>
+ </widget>
</item>
</layout>
</widget>
@@ -148,7 +155,7 @@
<x>0</x>
<y>0</y>
<width>1068</width>
- <height>18</height>
+ <height>21</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
@@ -170,6 +177,8 @@
<property name="title">
<string>View</string>
</property>
+ <addaction name="actionViewComponentSelector"/>
+ <addaction name="actionViewMessageBrowser"/>
<addaction name="actionZoomIn"/>
<addaction name="actionZoomOut"/>
<addaction name="actionResetZoom"/>
@@ -210,6 +219,9 @@
<addaction name="menuUtility"/>
</widget>
<widget class="QDockWidget" name="dockWidget">
+ <property name="enabled">
+ <bool>true</bool>
+ </property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
@@ -235,6 +247,18 @@
<bold>true</bold>
</font>
</property>
+ <property name="tabletTracking">
+ <bool>false</bool>
+ </property>
+ <property name="acceptDrops">
+ <bool>false</bool>
+ </property>
+ <property name="floating">
+ <bool>false</bool>
+ </property>
+ <property name="features">
+ <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
+ </property>
<property name="windowTitle">
<string>Component Selector</string>
</property>
@@ -274,8 +298,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>225</width>
- <height>914</height>
+ <width>221</width>
+ <height>956</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_5">
@@ -311,7 +335,7 @@
<enum>Qt::LeftToRight</enum>
</property>
<property name="styleSheet">
- <string notr="true">color:rgb(73,36,73,255)</string>
+ <string notr="true">color:rgba(73,36,73,255)</string>
</property>
<property name="text">
<string>Streams</string>
@@ -818,7 +842,7 @@
<enum>Qt::LeftToRight</enum>
</property>
<property name="styleSheet">
- <string notr="true">color:rgb(73,36,73,255)</string>
+ <string notr="true">color:rgba(73,36,73,255)</string>
</property>
<property name="text">
<string>Mixer/Splitter</string>
@@ -1367,7 +1391,7 @@
<enum>Qt::LeftToRight</enum>
</property>
<property name="styleSheet">
- <string notr="true">color:rgb(73,36,73,255)</string>
+ <string notr="true">color:rgba(73,36,73,255)</string>
</property>
<property name="text">
<string>Exchangers</string>
@@ -1513,7 +1537,7 @@
<enum>Qt::LeftToRight</enum>
</property>
<property name="styleSheet">
- <string notr="true">color:rgb(73,36,73,255)</string>
+ <string notr="true">color:rgba(73,36,73,255)</string>
</property>
<property name="text">
<string>Separator</string>
@@ -1644,7 +1668,7 @@
</font>
</property>
<property name="styleSheet">
- <string notr="true">color:rgb(73,36,73,255)</string>
+ <string notr="true">color:rgba(73,36,73,255)</string>
</property>
<property name="text">
<string>Pressure Changers</string>
@@ -1870,7 +1894,7 @@
</font>
</property>
<property name="styleSheet">
- <string notr="true">color:rgb(73,36,73,255)</string>
+ <string notr="true">color:rgba(73,36,73,255)</string>
</property>
<property name="text">
<string>Columns</string>
@@ -2040,6 +2064,9 @@
</property>
</action>
<action name="actionSequentialMode">
+ <property name="enabled">
+ <bool>false</bool>
+ </property>
<property name="icon">
<iconset>
<normaloff>Icons/sq.png</normaloff>Icons/sq.png</iconset>
@@ -2101,6 +2128,28 @@
<string>Redo</string>
</property>
</action>
+ <action name="actionViewComponentSelector">
+ <property name="checkable">
+ <bool>true</bool>
+ </property>
+ <property name="checked">
+ <bool>true</bool>
+ </property>
+ <property name="text">
+ <string>Component Selector</string>
+ </property>
+ </action>
+ <action name="actionViewMessageBrowser">
+ <property name="checkable">
+ <bool>true</bool>
+ </property>
+ <property name="checked">
+ <bool>true</bool>
+ </property>
+ <property name="text">
+ <string>Message Browser</string>
+ </property>
+ </action>
</widget>
<resources/>
<connections/>