@@ -92,6 +92,7 MainWindow::MainWindow(QWidget* parent) | |||
|
92 | 92 | } |
|
93 | 93 | }); |
|
94 | 94 | auto mainToolBar = new ToolBar(this); |
|
95 | mainToolBar->setWindowTitle("Tool bar"); | |
|
95 | 96 | this->addToolBar(mainToolBar); |
|
96 | 97 | connect(mainToolBar, &ToolBar::setPlotsInteractionMode, sqpApp, |
|
97 | 98 | &SqpApplication::setPlotsInteractionMode); |
@@ -39,7 +39,7 | |||
|
39 | 39 | <x>0</x> |
|
40 | 40 | <y>0</y> |
|
41 | 41 | <width>800</width> |
|
42 |
<height>2 |
|
|
42 | <height>29</height> | |
|
43 | 43 | </rect> |
|
44 | 44 | </property> |
|
45 | 45 | <property name="sizePolicy"> |
@@ -54,6 +54,9 | |||
|
54 | 54 | <height>0</height> |
|
55 | 55 | </size> |
|
56 | 56 | </property> |
|
57 | <property name="accessibleName"> | |
|
58 | <string/> | |
|
59 | </property> | |
|
57 | 60 | <property name="nativeMenuBar"> |
|
58 | 61 | <bool>true</bool> |
|
59 | 62 | </property> |
@@ -61,7 +64,7 | |||
|
61 | 64 | <widget class="QStatusBar" name="statusBar"/> |
|
62 | 65 | <widget class="QDockWidget" name="dockWidget"> |
|
63 | 66 | <property name="features"> |
|
64 |
<set>QDockWidget::DockWidget |
|
|
67 | <set>QDockWidget::AllDockWidgetFeatures</set> | |
|
65 | 68 | </property> |
|
66 | 69 | <property name="windowTitle"> |
|
67 | 70 | <string>Products</string> |
@@ -73,7 +76,7 | |||
|
73 | 76 | </widget> |
|
74 | 77 | <widget class="QDockWidget" name="dockWidget_2"> |
|
75 | 78 | <property name="features"> |
|
76 |
<set>QDockWidget::DockWidget |
|
|
79 | <set>QDockWidget::AllDockWidgetFeatures</set> | |
|
77 | 80 | </property> |
|
78 | 81 | <property name="windowTitle"> |
|
79 | 82 | <string>Variables</string> |
General Comments 0
You need to be logged in to leave comments.
Login now