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)
|
||||
{
|
||||
setItemColor(item,QColor(240, 240, 240));
|
||||
//setItemColor(item,QColor(240, 240, 240));
|
||||
//setItemColor(item,QColor(250, 200, 150));
|
||||
}
|
||||
|
||||
void CommonView::setItemColorNoArchive(QTreeWidgetItem *item)
|
||||
|
||||
@@ -139,6 +139,9 @@
|
||||
<property name="readOnly">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="textInteractionFlags">
|
||||
<set>Qt::NoTextInteraction</set>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
|
||||
@@ -19,6 +19,8 @@ OneDialogMessenger::OneDialogMessenger(User userLocalGUI, User userRemote, QWidg
|
||||
setVerticalScrollMode(ScrollMode::ScrollPerPixel);
|
||||
|
||||
verticalScrollBar()->setSingleStep(10);
|
||||
|
||||
this->setFocusPolicy(Qt::FocusPolicy::NoFocus);
|
||||
}
|
||||
|
||||
OneDialogMessenger::~OneDialogMessenger()
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>500</width>
|
||||
<height>300</height>
|
||||
<height>350</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="sizePolicy">
|
||||
@@ -19,7 +19,7 @@
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>500</width>
|
||||
<height>300</height>
|
||||
<height>350</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
@@ -72,7 +72,11 @@
|
||||
</spacer>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QComboBox" name="cmbLanguage"/>
|
||||
<widget class="QComboBox" name="cmbLanguage">
|
||||
<property name="frame">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user