VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtStyledQTreeWidget.h
Go to the documentation of this file.
1 /*******************************************************************************
2  * Copyright (c) 2022 MAK Technologies, Inc.
3  * All rights reserved.
4  ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCoreQt/vrvCoreQt.h>
13 
14 #include <QtWidgets/QTreeWidget>
15 
16 namespace makVrv
17 {
18 
31  {
32  Q_OBJECT
33  Q_PROPERTY(bool IsEditableStyled MEMBER myIsEditableStyled USER true)
34 
35  public:
37  DtStyledQTreeWidget(QWidget* parent = nullptr);
38 
40  };
41 
58  : public QObject, public QTreeWidgetItem
59  {
60  public:
63 
66 
69 
70  public:
76  virtual void setFlags(Qt::ItemFlags newFlags);
77  };
78 
79 }
A styled version of the QTreeWidget. Items in this tree widget can be styled when enabled or disabled...
Definition: DtStyledQTreeWidget.h:30
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
A styled version of the QTreeWidgetItem.
Definition: DtStyledQTreeWidget.h:57
bool myIsEditableStyled
Definition: DtStyledQTreeWidget.h:39

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)