more icons
BIN
tools/lammps-gui/application-exit.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
tools/lammps-gui/document-revert.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
tools/lammps-gui/edit-copy.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
tools/lammps-gui/edit-cut.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
tools/lammps-gui/edit-paste.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
tools/lammps-gui/edit-redo.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
tools/lammps-gui/edit-undo.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
tools/lammps-gui/emblem-default.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
tools/lammps-gui/emblem-photos.png
Normal file
|
After Width: | Height: | Size: 4.8 KiB |
BIN
tools/lammps-gui/help-about.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
tools/lammps-gui/help-faq.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
@ -16,5 +16,23 @@
|
|||||||
<file>document-open-recent.png</file>
|
<file>document-open-recent.png</file>
|
||||||
<file>document-open.png</file>
|
<file>document-open.png</file>
|
||||||
<file>document-new.png</file>
|
<file>document-new.png</file>
|
||||||
|
<file>edit-undo.png</file>
|
||||||
|
<file>edit-redo.png</file>
|
||||||
|
<file>edit-paste.png</file>
|
||||||
|
<file>edit-cut.png</file>
|
||||||
|
<file>edit-copy.png</file>
|
||||||
|
<file>application-exit.png</file>
|
||||||
|
<file>utilities-terminal.png</file>
|
||||||
|
<file>x-office-drawing.png</file>
|
||||||
|
<file>document-save.png</file>
|
||||||
|
<file>document-revert.png</file>
|
||||||
|
<file>preferences-desktop.png</file>
|
||||||
|
<file>preferences-desktop-personal.png</file>
|
||||||
|
<file>preferences-desktop-font.png</file>
|
||||||
|
<file>help-faq.png</file>
|
||||||
|
<file>help-about.png</file>
|
||||||
|
<file>emblem-photos.png</file>
|
||||||
|
<file>process-stop.png</file>
|
||||||
|
<file>emblem-default.png</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
|||||||
@ -100,248 +100,172 @@
|
|||||||
<widget class="QStatusBar" name="statusbar"/>
|
<widget class="QStatusBar" name="statusbar"/>
|
||||||
<action name="actionNew">
|
<action name="actionNew">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset theme="document-new">
|
<iconset theme=":/document-new.png"/>
|
||||||
<normaloff>.</normaloff>.</iconset>
|
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&New</string>
|
<string>&New</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
|
||||||
<string>Start a New Input File</string>
|
|
||||||
</property>
|
|
||||||
<property name="statusTip">
|
|
||||||
<string>Start a New Input File</string>
|
|
||||||
</property>
|
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string>Ctrl+N</string>
|
<string>Ctrl+N</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionOpen">
|
<action name="actionOpen">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset theme="document-open">
|
<iconset theme=":/document-open.png"/>
|
||||||
<normaloff>.</normaloff>.</iconset>
|
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Open</string>
|
<string>&Open</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
|
||||||
<string>Open an Input File</string>
|
|
||||||
</property>
|
|
||||||
<property name="statusTip">
|
|
||||||
<string>Open an Input File</string>
|
|
||||||
</property>
|
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string>Ctrl+O</string>
|
<string>Ctrl+O</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionSave">
|
<action name="actionSave">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset theme="document-save">
|
<iconset theme=":/document-save.png"/>
|
||||||
<normaloff>.</normaloff>.</iconset>
|
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Save</string>
|
<string>&Save</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
|
||||||
<string>Save Input File</string>
|
|
||||||
</property>
|
|
||||||
<property name="statusTip">
|
|
||||||
<string>Save Input File</string>
|
|
||||||
</property>
|
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string>Ctrl+S</string>
|
<string>Ctrl+S</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionSave_As">
|
<action name="actionSave_As">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset theme="document-save-as">
|
<iconset theme=":/document-save-as.png"/>
|
||||||
<normaloff>.</normaloff>.</iconset>
|
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Save &As</string>
|
<string>Save &As</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
|
||||||
<string>Save Input File As...</string>
|
|
||||||
</property>
|
|
||||||
<property name="statusTip">
|
|
||||||
<string>Save Input File As...</string>
|
|
||||||
</property>
|
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string>Ctrl+Shift+S</string>
|
<string>Ctrl+Shift+S</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionQuit">
|
<action name="actionQuit">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset theme="application-exit">
|
<iconset theme=":/application-exit.png"/>
|
||||||
<normaloff>.</normaloff>.</iconset>
|
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Quit</string>
|
<string>&Quit</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
|
||||||
<string>Quit LAMMPS-GUI</string>
|
|
||||||
</property>
|
|
||||||
<property name="statusTip">
|
|
||||||
<string>Quit LAMMPS-GUI</string>
|
|
||||||
</property>
|
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string>Ctrl+Q</string>
|
<string>Ctrl+Q</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionCut">
|
<action name="actionCut">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset theme="edit-cut">
|
<iconset theme=":/edit-cut.png"/>
|
||||||
<normaloff>.</normaloff>.</iconset>
|
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Cu&t</string>
|
<string>Cu&t</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="statusTip">
|
|
||||||
<string>Cut Selected Text to Clipboard</string>
|
|
||||||
</property>
|
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string>Ctrl+X</string>
|
<string>Ctrl+X</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionCopy">
|
<action name="actionCopy">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset theme="edit-copy">
|
<iconset theme=":/edit-copy.png"/>
|
||||||
<normaloff>.</normaloff>.</iconset>
|
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Copy</string>
|
<string>&Copy</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="statusTip">
|
|
||||||
<string>Copy Selected Text to Clipboard</string>
|
|
||||||
</property>
|
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string>Ctrl+C</string>
|
<string>Ctrl+C</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionPaste">
|
<action name="actionPaste">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset theme="edit-paste">
|
<iconset theme=":/edit-paste.png"/>
|
||||||
<normaloff>.</normaloff>.</iconset>
|
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Paste</string>
|
<string>&Paste</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="statusTip">
|
|
||||||
<string>Paste Text from Clipboard</string>
|
|
||||||
</property>
|
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string>Ctrl+V</string>
|
<string>Ctrl+V</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionUndo">
|
<action name="actionUndo">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset theme="edit-undo">
|
<iconset theme=":/edit-undo.png"/>
|
||||||
<normaloff>.</normaloff>.</iconset>
|
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Undo</string>
|
<string>&Undo</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="statusTip">
|
|
||||||
<string>Undo Edit</string>
|
|
||||||
</property>
|
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string>Ctrl+Z</string>
|
<string>Ctrl+Z</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionRedo">
|
<action name="actionRedo">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset theme="edit-redo">
|
<iconset theme=":/edit-redo.png"/>
|
||||||
<normaloff>.</normaloff>.</iconset>
|
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Redo</string>
|
<string>&Redo</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="statusTip">
|
|
||||||
<string>Redo Edit</string>
|
|
||||||
</property>
|
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string>Ctrl+Shift+Z</string>
|
<string>Ctrl+Shift+Z</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionRun_Buffer">
|
<action name="actionRun_Buffer">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset theme="emblem-default">
|
<iconset theme=":/emblem-default.png"/>
|
||||||
<normaloff>.</normaloff>.</iconset>
|
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Run LAMMPS</string>
|
<string>&Run LAMMPS</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
|
||||||
<string>Run LAMMPS with Input</string>
|
|
||||||
</property>
|
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string>Ctrl+Return</string>
|
<string>Ctrl+Return</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionStop_LAMMPS">
|
<action name="actionStop_LAMMPS">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset theme="process-stop">
|
<iconset theme=":/process-stop.png"/>
|
||||||
<normaloff>.</normaloff>.</iconset>
|
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Stop LAMMPS</string>
|
<string>&Stop LAMMPS</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
|
||||||
<string>Stop LAMMPS Process</string>
|
|
||||||
</property>
|
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string>Ctrl+/</string>
|
<string>Ctrl+/</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionImage">
|
<action name="actionImage">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset theme="emblem-photos">
|
<iconset theme=":/emblem-photos.png"/>
|
||||||
<normaloff>.</normaloff>.</iconset>
|
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>View &Image</string>
|
<string>View &Image</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
|
||||||
<string>View Snapshot image of current LAMMPS state</string>
|
|
||||||
</property>
|
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string>Ctrl+I</string>
|
<string>Ctrl+I</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionAbout_LAMMPS_GUI">
|
<action name="actionAbout_LAMMPS_GUI">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset theme="help-about">
|
<iconset theme=":/help-about.png"/>
|
||||||
<normaloff>.</normaloff>.</iconset>
|
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&About LAMMPS-GUI</string>
|
<string>&About LAMMPS-GUI</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
|
||||||
<string>About LAMMPS-GUI</string>
|
|
||||||
</property>
|
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string>Ctrl+Shift+A</string>
|
<string>Ctrl+Shift+A</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="action_Help">
|
<action name="action_Help">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset theme="help-faq">
|
<iconset theme=":/help-faq.png"/>
|
||||||
<normaloff>.</normaloff>.</iconset>
|
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Quick &Help</string>
|
<string>Quick &Help</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
|
||||||
<string>Quick Help</string>
|
|
||||||
</property>
|
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string>Ctrl+Shift+H</string>
|
<string>Ctrl+Shift+H</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionPreferences">
|
<action name="actionPreferences">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset theme="preferences-desktop">
|
<iconset theme=":/preferences-desktop.png"/>
|
||||||
<normaloff>.</normaloff>.</iconset>
|
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Pre&ferences...</string>
|
<string>Pre&ferences...</string>
|
||||||
@ -352,8 +276,7 @@
|
|||||||
</action>
|
</action>
|
||||||
<action name="actionLAMMPS_Manual">
|
<action name="actionLAMMPS_Manual">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset theme="help-browser">
|
<iconset theme=":/help-browser.png"/>
|
||||||
<normaloff>.</normaloff>.</iconset>
|
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>LAMMPS &Manual</string>
|
<string>LAMMPS &Manual</string>
|
||||||
@ -364,8 +287,7 @@
|
|||||||
</action>
|
</action>
|
||||||
<action name="actionDefaults">
|
<action name="actionDefaults">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset theme="document-revert">
|
<iconset theme=":/document-revert.png"/>
|
||||||
<normaloff>.</normaloff>.</iconset>
|
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Reset to &Defaults</string>
|
<string>Reset to &Defaults</string>
|
||||||
@ -373,8 +295,7 @@
|
|||||||
</action>
|
</action>
|
||||||
<action name="actionView_Log_Window">
|
<action name="actionView_Log_Window">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset theme="utilities-terminal">
|
<iconset theme=":/utilities-terminal.png"/>
|
||||||
<normaloff>.</normaloff>.</iconset>
|
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Log Window</string>
|
<string>&Log Window</string>
|
||||||
@ -385,8 +306,7 @@
|
|||||||
</action>
|
</action>
|
||||||
<action name="actionView_Graph_Window">
|
<action name="actionView_Graph_Window">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset theme="x-office-drawing">
|
<iconset theme=":/x-office-drawing.png"/>
|
||||||
<normaloff>.</normaloff>.</iconset>
|
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Chart Window</string>
|
<string>&Chart Window</string>
|
||||||
@ -429,8 +349,7 @@
|
|||||||
</action>
|
</action>
|
||||||
<action name="action_5">
|
<action name="action_5">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset>
|
<iconset theme=":/document-open-recent.png"/>
|
||||||
<normaloff>:/document-open-recent.png</normaloff>:/document-open-recent.png</iconset>
|
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&5.</string>
|
<string>&5.</string>
|
||||||
@ -438,8 +357,7 @@
|
|||||||
</action>
|
</action>
|
||||||
<action name="actionView_Image_Window">
|
<action name="actionView_Image_Window">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset theme="emblem-photos">
|
<iconset theme=":/emblem-photos.png"/>
|
||||||
<normaloff>.</normaloff>.</iconset>
|
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Image Window</string>
|
<string>&Image Window</string>
|
||||||
@ -450,8 +368,7 @@
|
|||||||
</action>
|
</action>
|
||||||
<action name="actionSet_Variables">
|
<action name="actionSet_Variables">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset theme="preferences-desktop-personal">
|
<iconset theme=":/preferences-desktop-personal.png"/>
|
||||||
<normaloff>.</normaloff>.</iconset>
|
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Set &Variables...</string>
|
<string>Set &Variables...</string>
|
||||||
@ -462,8 +379,7 @@
|
|||||||
</action>
|
</action>
|
||||||
<action name="actionLAMMPS_GUI_Howto">
|
<action name="actionLAMMPS_GUI_Howto">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset>
|
<iconset theme=":/system-help.png"/>
|
||||||
<normaloff>:/system-help.png</normaloff>:/system-help.png</iconset>
|
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>LAMMPS GUI Howto</string>
|
<string>LAMMPS GUI Howto</string>
|
||||||
|
|||||||
BIN
tools/lammps-gui/preferences-desktop-font.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
tools/lammps-gui/preferences-desktop-personal.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
tools/lammps-gui/preferences-desktop.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
@ -28,6 +28,7 @@
|
|||||||
#include <QFontDialog>
|
#include <QFontDialog>
|
||||||
#include <QGroupBox>
|
#include <QGroupBox>
|
||||||
#include <QHBoxLayout>
|
#include <QHBoxLayout>
|
||||||
|
#include <QIcon>
|
||||||
#include <QIntValidator>
|
#include <QIntValidator>
|
||||||
#include <QLabel>
|
#include <QLabel>
|
||||||
#include <QLineEdit>
|
#include <QLineEdit>
|
||||||
@ -183,8 +184,10 @@ GeneralTab::GeneralTab(QSettings *_settings, LammpsWrapper *_lammps, QWidget *pa
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
auto *fontlayout = new QHBoxLayout;
|
auto *fontlayout = new QHBoxLayout;
|
||||||
auto *getallfont = new QPushButton("Select Default Font...");
|
auto *getallfont =
|
||||||
auto *gettextfont = new QPushButton("Select Text Font...");
|
new QPushButton(QIcon(":/preferences-desktop-font.png"), "Select Default Font...");
|
||||||
|
auto *gettextfont =
|
||||||
|
new QPushButton(QIcon(":/preferences-desktop-font.png"), "Select Text Font...");
|
||||||
fontlayout->addWidget(getallfont);
|
fontlayout->addWidget(getallfont);
|
||||||
fontlayout->addWidget(gettextfont);
|
fontlayout->addWidget(gettextfont);
|
||||||
connect(getallfont, &QPushButton::released, this, &GeneralTab::newallfont);
|
connect(getallfont, &QPushButton::released, this, &GeneralTab::newallfont);
|
||||||
|
|||||||
BIN
tools/lammps-gui/process-stop.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
tools/lammps-gui/utilities-terminal.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
tools/lammps-gui/x-office-drawing.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |