mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-29 20:05:38 +03:00
style like Unity 0
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user