mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
remove optimizedialog include and Q3VBoxLayout
This commit is contained in:
parent
2d63d73898
commit
d0d3cf34fc
@ -25,7 +25,6 @@
|
||||
|
||||
#include <Q3HBox>
|
||||
#include <QLabel>
|
||||
#include <QLayout>
|
||||
#include <QCheckBox>
|
||||
#include <QLineEdit>
|
||||
#include <QComboBox>
|
||||
@ -34,9 +33,8 @@
|
||||
#include <QValidator>
|
||||
#include <QPushButton>
|
||||
#include <QMessageBox>
|
||||
//Added by qt3to4:
|
||||
#include <Q3GridLayout>
|
||||
#include <Q3VBoxLayout>
|
||||
#include <QVBoxLayout>
|
||||
|
||||
|
||||
OptimizeDialog::OptimizeDialog(Optimize_Sim *c_, Schematic *d_)
|
||||
@ -52,7 +50,7 @@ OptimizeDialog::OptimizeDialog(Optimize_Sim *c_, Schematic *d_)
|
||||
numVal = new QDoubleValidator(this);
|
||||
intVal = new QIntValidator(this);
|
||||
|
||||
all = new Q3VBoxLayout(this); // to provide the neccessary size
|
||||
all = new QVBoxLayout(this); // to provide the neccessary size
|
||||
QTabWidget *t = new QTabWidget(this);
|
||||
all->addWidget(t);
|
||||
|
||||
|
@ -30,8 +30,7 @@ class Q3ListViewItem;
|
||||
class QCheckBox;
|
||||
class QComboBox;
|
||||
class QLineEdit;
|
||||
class QPushButton;
|
||||
class Q3VBoxLayout;
|
||||
class QVBoxLayout;
|
||||
class QRegExpValidator;
|
||||
class QDoubleValidator;
|
||||
class QIntValidator;
|
||||
@ -71,7 +70,7 @@ public:
|
||||
Schematic *Doc;
|
||||
bool changed;
|
||||
|
||||
Q3VBoxLayout *all;
|
||||
QVBoxLayout *all;
|
||||
QLineEdit *NameEdit, *VarNameEdit,
|
||||
*VarInitEdit, *VarMinEdit, *VarMaxEdit,
|
||||
*IterEdit, *RefreshEdit, *ParentsEdit, *ConstEdit, *CrossEdit,
|
||||
|
Loading…
x
Reference in New Issue
Block a user