VR-Forces Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvCoreQt
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
33
class
DT_DLL_VRVCOREQT
DtStyledQTableWidget
:
public
QTableWidget
34
{
35
Q_OBJECT
36
Q_PROPERTY(
bool
IsEditableStyled MEMBER myIsEditableStyled USER
true
)
37
38
public
:
40
DtStyledQTableWidget
(QWidget* parent =
nullptr
);
41
42
bool
myIsEditableStyled
;
43
};
44
53
class
DT_DLL_VRVCOREQT
DtStyledQTableWidgetItem
:
public
QTableWidgetItem
{
54
public
:
56
DtStyledQTableWidgetItem
();
57
59
DtStyledQTableWidgetItem
(
const
QString& text,
int
type = Type);
60
66
virtual
void
setFlags(Qt::ItemFlags newFlags);
67
};
68
}
QTableWidgetItem
makVrv::DtStyledQTableWidgetItem
A styled version of the QTableWidgetItem.
Definition:
DtStyledQTableWidget.h:53
DT_DLL_VRVCOREQT
#define DT_DLL_VRVCOREQT
Definition:
vrvCoreQt.h:20
vrvCoreQt.h
Contains DLL export macros.
makVrv::DtStyledQTableWidget
A styled version of the QTableWidget. Cells in this table widget can be styled when enabled or disabl...
Definition:
DtStyledQTableWidget.h:33
makVrv::DtStyledQTableWidget::myIsEditableStyled
bool myIsEditableStyled
Definition:
DtStyledQTableWidget.h:42
QTableWidget
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
)