Widget for editing sf::Variable value types integer, floating point and single line string.
More...
#include <LayoutTabs.h>
|
static const char * | propertyNameEditorObject () |
| Property name of the property which guides the layout editor to the proper parent.
|
|
static bool | inDesigner () |
| Gets the designer status.
|
|
static QObject * | getExtensionParent (QObject *obj, bool first=true) |
| Return if the passed object has this type as parent. It starts by testing the passed object itself.
|
|
PrivateBase * | _p {nullptr} |
| Holds the private object or a derived one.
|
|
Widget for editing sf::Variable value types integer, floating point and single line string.
◆ LayoutTabs()
sf::LayoutTabs::LayoutTabs |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
◆ applyReadOnly()
void sf::LayoutTabs::applyReadOnly |
( |
bool |
yn | ) |
|
|
overrideprotectedvirtual |
◆ getTabsConfig()
QStringList sf::LayoutTabs::getTabsConfig |
( |
| ) |
const |
Gets the tabs configuration where each string in the list configures a tab.
The string is separated by a '|' character and has 3 fields. In the form of "name|id-offset|relative-filename". The file name does not have a suffix.
◆ isRequiredProperty()
bool sf::LayoutTabs::isRequiredProperty |
( |
const QString & |
name | ) |
|
|
overrideprotectedvirtual |
◆ setTabsConfig()
void sf::LayoutTabs::setTabsConfig |
( |
const QStringList & |
sl | ) |
|
Sets the tabs configuration where each string in the list configures a tab.
◆ currentIndex
int sf::LayoutTabs::currentIndex |
|
readwrite |
◆ tabPosition
QTabWidget::TabPosition sf::LayoutTabs::tabPosition |
|
readwrite |
◆ tabsConfig
QStringList sf::LayoutTabs::tabsConfig |
|
readwrite |
◆ tabShape
QTabWidget::TabShape sf::LayoutTabs::tabShape |
|
readwrite |
The documentation for this class was generated from the following file: