13    Q_PROPERTY(
bool focusFrame READ hasFocusFrame WRITE setFocusFrame)
 
   14    Q_PROPERTY(
int nameLevel READ nameLevel WRITE setNameLevel)
 
   26    void setFocusFrame(
bool yn);
 
   32    bool hasFocusFrame() const;
 
   37    int nameLevel() const;
 
   42    void setNameLevel(
int level = -1);
 
   53    bool isRequiredProperty(const QString& name) override;
 
   58    void applyReadOnly(
bool yn) override;
 
 
Widget for editing sf::Variable value types integer, floating point and single line string.
Definition VariableComboBox.h:11
#define _GII_CLASS
Definition gii/global.h:38
Definition Application.h:10
TStrings< std::string > string_list
Vector of std::strings with additional functionality.
Definition TStrings.h:97