mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-27 19:45:43 +03:00
style like Unity 0
This commit is contained in:
@@ -39,7 +39,8 @@ CommonView::~CommonView()
|
|||||||
|
|
||||||
void CommonView::setItemColorArchive(QTreeWidgetItem *item)
|
void CommonView::setItemColorArchive(QTreeWidgetItem *item)
|
||||||
{
|
{
|
||||||
setItemColor(item,QColor(240, 240, 240));
|
//setItemColor(item,QColor(240, 240, 240));
|
||||||
|
//setItemColor(item,QColor(250, 200, 150));
|
||||||
}
|
}
|
||||||
|
|
||||||
void CommonView::setItemColorNoArchive(QTreeWidgetItem *item)
|
void CommonView::setItemColorNoArchive(QTreeWidgetItem *item)
|
||||||
|
|||||||
@@ -139,6 +139,9 @@
|
|||||||
<property name="readOnly">
|
<property name="readOnly">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="textInteractionFlags">
|
||||||
|
<set>Qt::NoTextInteraction</set>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
|
|||||||
@@ -19,6 +19,8 @@ OneDialogMessenger::OneDialogMessenger(User userLocalGUI, User userRemote, QWidg
|
|||||||
setVerticalScrollMode(ScrollMode::ScrollPerPixel);
|
setVerticalScrollMode(ScrollMode::ScrollPerPixel);
|
||||||
|
|
||||||
verticalScrollBar()->setSingleStep(10);
|
verticalScrollBar()->setSingleStep(10);
|
||||||
|
|
||||||
|
this->setFocusPolicy(Qt::FocusPolicy::NoFocus);
|
||||||
}
|
}
|
||||||
|
|
||||||
OneDialogMessenger::~OneDialogMessenger()
|
OneDialogMessenger::~OneDialogMessenger()
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>500</width>
|
<width>500</width>
|
||||||
<height>300</height>
|
<height>350</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
<property name="minimumSize">
|
<property name="minimumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>500</width>
|
<width>500</width>
|
||||||
<height>300</height>
|
<height>350</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
@@ -72,7 +72,11 @@
|
|||||||
</spacer>
|
</spacer>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QComboBox" name="cmbLanguage"/>
|
<widget class="QComboBox" name="cmbLanguage">
|
||||||
|
<property name="frame">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
Reference in New Issue
Block a user