VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtStyledQTableWidget.h
Go to the documentation of this file.
1 /*******************************************************************************
2  * Copyright (c) 2021 MAK Technologies, Inc.
3  * All rights reserved.
4  ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCoreQt/vrvCoreQt.h>
13 
14 #include <QtWidgets/QTableWidget>
15 
16 class QWidget;
17 
18 namespace makVrv
19 {
20  class DtDe;
21 
34  {
35  Q_OBJECT
36  Q_PROPERTY(bool IsEditableStyled MEMBER myIsEditableStyled USER true)
37 
38  public:
40  DtStyledQTableWidget(QWidget* parent = nullptr);
41 
43  };
44 
54  public:
57 
63  virtual void setFlags(Qt::ItemFlags newFlags);
64  };
65 }
A styled version of the QTableWidgetItem.
Definition: DtStyledQTableWidget.h:53
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
A styled version of the QTableWidget. Cells in this table widget can be styled when enabled or disabl...
Definition: DtStyledQTableWidget.h:33
bool myIsEditableStyled
Definition: DtStyledQTableWidget.h:42

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)