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