WIP on preferences dialog
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<item>
|
||||
<widget class="CodeEditor" name="textEdit" native="true">
|
||||
<widget class="CodeEditor" name="textEdit">
|
||||
<property name="acceptDrops">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
@ -65,6 +65,8 @@
|
||||
<addaction name="actionCopy"/>
|
||||
<addaction name="actionCut"/>
|
||||
<addaction name="actionPaste"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionEdit_Preferences"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menu_Run">
|
||||
<property name="title">
|
||||
@ -283,7 +285,8 @@
|
||||
</action>
|
||||
<action name="actionAbout_LAMMPS_GUI">
|
||||
<property name="icon">
|
||||
<iconset theme="help-about"/>
|
||||
<iconset theme="help-about">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&About LAMMPS-GUI</string>
|
||||
@ -294,7 +297,8 @@
|
||||
</action>
|
||||
<action name="action_Help">
|
||||
<property name="icon">
|
||||
<iconset theme="help-faq"/>
|
||||
<iconset theme="help-faq">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Help</string>
|
||||
@ -303,6 +307,14 @@
|
||||
<string>Short Help</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionEdit_Preferences">
|
||||
<property name="icon">
|
||||
<iconset theme="preferences-desktop"/>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Edit Preferences...</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
|
||||
Reference in New Issue
Block a user