提交 78cd9bc2 编写于 作者: M manjaro

Change Focus , avoiding mouse problem in linux( Manjaro)

上级 3b015330
......@@ -10,6 +10,9 @@
<height>483</height>
</rect>
</property>
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<property name="windowTitle">
<string>osm_frame_widget</string>
</property>
......@@ -480,6 +483,7 @@
</customwidgets>
<resources>
<include location="resource/resource.qrc"/>
<include location="resource/resource.qrc"/>
</resources>
<connections>
<connection>
......
......@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>1054</width>
<height>600</height>
<height>654</height>
</rect>
</property>
<property name="windowTitle">
......@@ -260,7 +260,11 @@
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="qtwidget_planetosm" name="osmmap" native="true"/>
<widget class="qtwidget_planetosm" name="osmmap" native="true">
<property name="focusPolicy">
<enum>Qt::WheelFocus</enum>
</property>
</widget>
</item>
</layout>
</widget>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册