修改了插件组件的名称
parent
ed821fb003
commit
4990754c53
|
@ -500,7 +500,7 @@
|
|||
</widget>
|
||||
<widget class="QMenu" name="menuPlugins">
|
||||
<property name="title">
|
||||
<string>Plugins</string>
|
||||
<string>组件</string>
|
||||
</property>
|
||||
<addaction name="actionPluginManager"/>
|
||||
</widget>
|
||||
|
@ -2270,7 +2270,7 @@
|
|||
<normaloff>:/QUI/icon/pluginManager.png</normaloff>:/QUI/icon/pluginManager.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Plugin Manager</string>
|
||||
<string>组件管理</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Plugin Manager</string>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ui version="4.0">
|
||||
<class>PluginManageDialog</class>
|
||||
<widget class="QDialog" name="PluginManageDialog">
|
||||
|
@ -11,7 +11,7 @@
|
|||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Plugin Manager</string>
|
||||
<string>组件管理</string>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout">
|
||||
<item row="0" column="0">
|
||||
|
|
Loading…
Reference in New Issue