The Qt Designer is a WYSIWYG (what you see is what you get) interface for laying out the widgets for your applications.
It allows you to drag and drop widgets onto your custom class and
lay them out with minimal effort and 0 code. Your template will then be
saved out to an XML based file (a .ui file) format that you can read
into your application.
In this tutorial, we'll re-do our last code using Qt's designer to create our actions and link everything together.
This blog is designed to provide guidance, tips-and-tricks, and generally share the knowledge that I have collected over my career as a software engineer in the Animation/VFX/Film industry. If you're new to blogger - you can search the posts in the field on the top-left of the page. I would also recommend starting from the earliest post and working towards the latest post - as the dates are tweaked to setup the tutorial order. I hope you enjoy!
Showing posts with label QMainWindow. Show all posts
Showing posts with label QMainWindow. Show all posts
Saturday, October 8, 2011
Introduction to Designer
Labels:
Beginner,
PyQt,
Python,
QLayout,
QMainWindow,
QSplitter,
Qt Designer,
Tutorial
Tuesday, October 4, 2011
Dialogs, Windows, and Wizards - oh My!
Introduction to the Qt Gui Framework
Qt is a very large framework, and whie it extends into many aspects of software development, one of the most popular uses is as a desktop GUI application system.
In this tutorial, we'll look at the differences between the 3 main windowing widgets: the QDialog, QMainWindow and QWizard classes.
Qt is a very large framework, and whie it extends into many aspects of software development, one of the most popular uses is as a desktop GUI application system.
In this tutorial, we'll look at the differences between the 3 main windowing widgets: the QDialog, QMainWindow and QWizard classes.
Subscribe to:
Posts (Atom)