Parwiz Forogh: Qt, QML, Charts, OpenGL

Qt5 C++ GUI Programming

Qt5 C++ GUI Programming

  • Qt5 C++ Tutorial Installation With Visual Studio 2015
  • Qt5 C++ Tutorial Hello World Console Application #2
  • Qt5 C++ Tutorial First GUI Application Window #3
  • Qt5 C++ Signal And Slots With Practical Examples #4
  • Qt5 C++ Creating Layouts #5
  • Qt5 C++ Adding CSS Styles #6
  • Qt5 C++ PushButton #7
  • Qt5 C++ Create CheckBox #8
  • Qt5 C++ Creating RadioButton #9
  • Qt5 C++ ComboBox With Signal And Slots (programming) #10
  • Qt5 C++ Creating ListWidget Application #11
  • Qt5 C++ MessageBox Practical Example #12
  • Qt5 C++ Creating Menu And Toolbar QMenu #13
  • Qt5 C++ Creating Print Dialog (QPrintDialog) #14
  • Qt5 C++ Creating Font Dialog (QFontDialog) #15
  • Qt5 C++ Creating Color Dialog (QColorDialog) #16
  • Qt5 C++ Creating File Dialog (QFileDialog) #17
  • Qt5 C++ Progressbar And Slider (QProgressbar And QSlider) #18
  • Qt5 C++ Creating Animations (QPropertyAnimation) #19
  • Qt5 C++ Controlling Animation With Easing CurveQPropertyAnimation & QEasingCurve #20
  • Qt5 C++ Creating Parallel Animation Group QParallelAnimationGroup #21
  • Qt5 C++ Creating Sequential Animation Group (QSequentialAnimationGroup) #22
  • Qt5 C++ How To Create State Machine In Qt (QStateMachine, QEventTransition) #23
  • Qt5 C++ Drawing Text And Line (QPainter, QPen, QTextDocument) In Qt #24
  • Qt5 C++ Drawing Rectangle (QPainter, QPen, QBrush) In Qt #25
  • Qt5 C++ Drawing Ellipse (QPainter, QPen, QBrush) In Qt #26
  • Qt5 C++ Gradients (QLinearGradients, QRadialGradient, QConicalGradient) #27
  • Qt5 C++ Connecting Qt Application To Mysql Database #28
  • Qt5 C++ How To Connect Qt Application To Sqlite3 Database #29
  • Qt5 C++ Register & Login System With Mysql Main Design Part One #30
  • Qt5 C++ Register & Login System With Mysql Main Design Part Two #31
  • Qt5 C++ Register & Login System Inserting Users Data In To Mysql Part Three #32
  • Qt5 C++ Register & Login System User Login Part Four (Mysql Database) #33
  • Qt5 C++ QSqlQueryModel With Mysql Database & QTableView #34
  • Qt5 C++ QSqlTableModel With Mysql Database & QTableView #35
  • Qt5 C++ Creating BarChart With QtChart | C++ GUI Tutorial
  • Qt5 C++ Creating LineChart With QtChart | C++ GUI Tutorial
  • Qt5 C++ Creating PieChart With QtChart | C++ GUI Tutorial
  • Qt5 C++ Creating DonutChart With QtChart

Developing QtQuick QML Applications in Qt5

Developing QtQuick QML Applications in Qt5

  • QtQuick QML Introduction #1
  • QtQuick QML First Window #2
  • QtQuick QML Our First Rectangle #3
  • QtQuick QML MouseArea #4
  • QtQuick QML Properties #5
  • QtQuick QML Scripting #6
  • QtQuick QML Image Element #7

Qt5 C++ Charts

Qt5 C++ Charts

  • Qt5 C++ Creating BarChart With QtChart
  • Qt5 C++ Creating LineChart With QtChart
  • Qt5 C++ Creating PieChart With QtChart
  • Qt5 C++ Creating DonutChart With QtChart

Qt5 C++ OPENGL PROGRAMMING (OpenGL 2)

Qt5 C++ OPENGL PROGRAMMING

  • 1 Qt5 C++ Opengl Tutorial Creating Window
  • 2 Qt5 C++ Opengl Tutorial Drawing Quads
  • 3 Qt5 C++ Opengl Tutorial Drawing Traingle And Coloring
  • 4 Qt5 C++ Opengl Tutorial Rendering 3D Shape In Screen

1 thought on “Parwiz Forogh: Qt, QML, Charts, OpenGL

  1. lee hill

    I have followed a lot of tutorials regarding Opengl and qt. I find that most issues seem to occur because the setup for the pro file and the class include files. They are not consistent between tutorials. I and trying to learn interactive graphics as a hobby. I have a program that makes the famous rotating cube. I added a menu item that calls a slot located in the GLWidget code that is suppose to change the background color. It runs and the signal/ slot works but the color does not change. I do have update() in the function. Any wisdom would help.

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *