mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-12 20:29:59 +01:00
Minor: delete gray check box in borderpropertieswidget.ui
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4023 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -118,8 +118,8 @@ class QETDiagramEditor : public QETMainWindow {
|
||||
void editSelectionProperties();
|
||||
void slot_resetConductors();
|
||||
void slot_autoConductor(bool ac);
|
||||
void slot_whgyBackground(bool checked);
|
||||
void slot_refreshBg();
|
||||
void slot_whgyBackground(bool checked);
|
||||
void slot_refreshBg();
|
||||
void slot_addText();
|
||||
void slot_addImage();
|
||||
void slot_addLine();
|
||||
@@ -188,8 +188,8 @@ class QETDiagramEditor : public QETMainWindow {
|
||||
QAction *conductor_reset; ///< Reset paths of selected conductors
|
||||
QAction *m_auto_conductor; ///< Enable/Disable the use of auto conductor
|
||||
QAction *conductor_default; ///< Show a dialog to edit default conductor properties
|
||||
QAction *m_grey_background; ///< Switch the background color in white or grey
|
||||
QAction *infos_diagram; ///< Show a dialog to edit diagram properties
|
||||
QAction *m_grey_background; ///< Switch the background color in white or grey
|
||||
QAction *infos_diagram; ///< Show a dialog to edit diagram properties
|
||||
QAction *prj_edit_prop; ///< Edit the properties of the current project.
|
||||
QAction *prj_add_diagram; ///< Add a diagram to the current project.
|
||||
QAction *prj_del_diagram; ///< Delete a diagram from the current project
|
||||
|
||||
Reference in New Issue
Block a user