WIP on preferences dialog

This commit is contained in:
Axel Kohlmeyer
2023-07-29 13:40:36 -04:00
parent cb5470ece3
commit 62ec8e744a
6 changed files with 113 additions and 13 deletions

View File

@ -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>&amp;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>&amp;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>