mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-19 23:20:52 +01:00
Ajout de l'editeur d'elements
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@94 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
*/
|
||||
class ElementsCategoriesWidget;
|
||||
class NamesListWidget;
|
||||
class OrientationSetWidget;
|
||||
class Diagram;
|
||||
class NewElementWizard : public QDialog {
|
||||
Q_OBJECT
|
||||
@@ -38,6 +39,7 @@ class NewElementWizard : public QDialog {
|
||||
QSpinBox *sb_hotspot_x;
|
||||
QSpinBox *sb_hotspot_y;
|
||||
NamesListWidget *element_names;
|
||||
OrientationSetWidget *orientation_set;
|
||||
QPushButton *button_previous;
|
||||
QPushButton *button_next;
|
||||
WizardState current_state;
|
||||
@@ -47,6 +49,7 @@ class NewElementWizard : public QDialog {
|
||||
QComboBox *east_orientation;
|
||||
QComboBox *south_orientation;
|
||||
QComboBox *west_orientation;
|
||||
QString chosen_file;
|
||||
|
||||
// methodes
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user