mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-19 15:11:28 +01:00
issue #992
This commit is contained in:
@@ -31,7 +31,7 @@ class VBox : public QWidget
|
|||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
VBox(QWidget *parent=0,Qt::WindowFlags f=0);
|
VBox(QWidget *parent=0,Qt::WindowFlags f=Qt::WindowFlags());
|
||||||
void addWidget(QWidget *widget);
|
void addWidget(QWidget *widget);
|
||||||
void setSpacing(int space);
|
void setSpacing(int space);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user