VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
launcherStyledQTreeWidget.h
Go to the documentation of this file.
1 /*******************************************************************************
2  * Copyright (c) 2025 MAK Technologies, Inc.
3  * All rights reserved.
4  ******************************************************************************/
5 
10 
11 #pragma once
12 
14 #include <QtWidgets/QTreeWidget>
15 
16 
17 
19 {
20  Q_OBJECT
21  Q_PROPERTY(bool IsEditableStyled MEMBER myIsEditableStyled USER true)
22 
23 public:
25  DtLauncherStyledQTreeWidget(QWidget* parent = nullptr);
26 
28 };
Definition: launcherStyledQTreeWidget.h:18
bool myIsEditableStyled
Definition: launcherStyledQTreeWidget.h:27
#define DT_DLL_vrfLauncherQt
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfLauncherQtDefines.h:34

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)