mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-27 19:45:43 +03:00
Server. Перекомпоновка интерфейса
This commit is contained in:
@@ -38,6 +38,8 @@ ServerLMSWidget::ServerLMSWidget(QWidget *parent) :
|
||||
|
||||
qDebug() << "ServerLMSWidget init thread ID " << QThread::currentThreadId();
|
||||
|
||||
ui->widget_Control->setObjectName("widgetControl");
|
||||
|
||||
registerMetaType();
|
||||
|
||||
updateMyStyleSheet();
|
||||
|
||||
@@ -23,7 +23,18 @@
|
||||
<item row="0" column="0">
|
||||
<layout class="QVBoxLayout" name="verticalLayout_Main">
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_Ctrl">
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_Main">
|
||||
<item>
|
||||
<widget class="QWidget" name="widget_Control" native="true">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>100</width>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout">
|
||||
<item row="0" column="0">
|
||||
<layout class="QVBoxLayout" name="verticalLayout_Control">
|
||||
<item>
|
||||
<widget class="QToolButton" name="btnStartServer">
|
||||
<property name="minimumSize">
|
||||
@@ -107,14 +118,14 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<spacer name="horizontalSpacer_1">
|
||||
<spacer name="verticalSpacer">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Horizontal</enum>
|
||||
<enum>Qt::Vertical</enum>
|
||||
</property>
|
||||
<property name="sizeHint" stdset="0">
|
||||
<size>
|
||||
<width>40</width>
|
||||
<height>20</height>
|
||||
<width>20</width>
|
||||
<height>40</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
@@ -147,6 +158,11 @@
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_Work">
|
||||
<item>
|
||||
<widget class="QGroupBox" name="groupBox_Clients">
|
||||
<property name="title">
|
||||
@@ -202,8 +218,12 @@
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_State">
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_FootNote">
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_OnOff">
|
||||
<item>
|
||||
|
||||
Reference in New Issue
Block a user