VAPOR3 3.9.4
VContainer.h
Go to the documentation of this file.
1#pragma once
2
3#include <QWidget>
4
5class VContainer : public QWidget {
6public:
7 VContainer(QWidget *w);
9 void SetPadding(int left, int top, int right, int bottom);
10
11 QLayout *layout() const = delete;
12 void setLayout(QLayout *) = delete;
13};
QLayout * layout() const =delete
void AddBottomStretch()
void setLayout(QLayout *)=delete
void SetPadding(int left, int top, int right, int bottom)
VContainer(QWidget *w)