VS+QT+VTK treeView tree structure model loading hidden instance

Featured program examples

VS+QT+VTK treeView tree structure model loading hidden instance

If you need to install the operating environment or remote debugging, see the personal QQ business card at the bottom of the article, and professional and technical personnel will assist remotely!

foreword

This blog writes code for <<VS+QT+VTK treeView tree structure model loading hidden instance>>, the code is neat, regular and easy to read. The first choice for learning and application recommendation.


Article directory

1. Required tool software

2. Use steps

        1. Import library

        2. Code implementation

        3. Running results

3. Online assistance

1. Required tool software

1. VS, Qt

2. VTK

2. Use steps

1. Import library

#include <QtWidgets/QMainWindow>
#include "ui_MainWindow.h"

#include <QStandardItemModel>

#include<iostream>
#include <typeinfo>  //打印变量类型

#include <QTreeWidget>
#include <QTreeWidgetItem>
#include <QDebug>


#include <vtkSmartPointer.h>
#include <vtkRenderWindow.h>
#include <vtkRenderer.h>

#include <vtkSphereSource.h>
#include <vtkPolyDataMapper.h>
#include <vtkActor.h>
#include <vtkNamedColors.h>

#include <QSurfaceFormat.h>
#include <QVTKOpenGLNativeWidget.h>
#include <vtkActor.h>
#include <vtkNew.h>
#include <vtkSTLReader.h>
#include <vtkType.h>

2. Code implementation

code show as below:

3. Running results

 

3. Online assistance:

If you need to install the operating environment or remote debugging, see the personal QQ business card at the bottom of the article, and professional and technical personnel will assist remotely!
1) Remote installation and operation environment, code debugging
2) Qt, C++, Python entry guide
3) Interface beautification
4) Software production

Current article link: Python+Qt desktop and webpage human customer service communication tool_alicema1111's blog-CSDN blog

Blogger recommended article: python face recognition statistics qt form - CSDN Blog

Blogger recommended article: Python Yolov5 flame smoke recognition source code sharing - CSDN blog

                         Python OpenCV recognizes the number of people entering and exiting the pedestrian entrance - python recognizes the number of people - CSDN Blog

Personal blog homepage: alicema1111's blog_CSDN blog-Python, C++, bloggers in the field of web pages

Click here for all the blogger’s articles : alicema1111’s Blog_CSDN Blog-Python, C++, Bloggers in the Web Field

Guess you like

Origin blog.csdn.net/alicema1111/article/details/132066693
Recommended