mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-08 06:42:34 +01:00
Classe NamesList renommee en NamesListWidget
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@87 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
- les orientations possibles
|
||||
*/
|
||||
class ElementsCategoriesWidget;
|
||||
class NamesList;
|
||||
class NamesListWidget;
|
||||
class Diagram;
|
||||
class NewElementWizard : public QDialog {
|
||||
Q_OBJECT
|
||||
@@ -37,7 +37,7 @@ class NewElementWizard : public QDialog {
|
||||
QSpinBox *sb_height;
|
||||
QSpinBox *sb_hotspot_x;
|
||||
QSpinBox *sb_hotspot_y;
|
||||
NamesList *element_names;
|
||||
NamesListWidget *element_names;
|
||||
QPushButton *button_previous;
|
||||
QPushButton *button_next;
|
||||
WizardState current_state;
|
||||
|
||||
Reference in New Issue
Block a user