We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f35cfe3 commit 52f9b73Copy full SHA for 52f9b73
1 file changed
omodsim/mainwindow.ui
@@ -11,7 +11,7 @@
11
</rect>
12
</property>
13
<property name="contextMenuPolicy">
14
- <enum>Qt::NoContextMenu</enum>
+ <enum>Qt::ContextMenuPolicy::NoContextMenu</enum>
15
16
<property name="windowTitle">
17
<string>Open ModSim</string>
@@ -992,10 +992,13 @@
992
<string>ANSI</string>
993
994
<property name="menuRole">
995
- <enum>QAction::NoRole</enum>
+ <enum>QAction::MenuRole::NoRole</enum>
996
997
</action>
998
<action name="actionChineseZh">
999
+ <property name="checkable">
1000
+ <bool>true</bool>
1001
+ </property>
1002
<property name="text">
1003
<string notr="true">中國人</string>
1004
0 commit comments