Home General Staff Contact Partners Alumni Research Areas Projects Papers Books Reports Awards Teaching Lectures Exams B.Theses M.Theses PhD Theses Go Abroad Misc Talks Library Gallery Links Search Webmaster |
C++ GUI Programming with Qt 3
LVA-Leiterin:Szabo-Nacsa Rozalia, Eötvös Loránd University, Budapest, Department of Software Technology and Methodologynacsa@inf.elte.hu LVA-Art1-stündig geblockte KV,anrechenbar unter "Spezielle Kapitel aus Softwareentwicklung" im Informatik-Studienplan. Die Lehrveranstaltung wird auf Englisch gehalten und und besteht aus einem Vorlesungsteil und aus einem Übungsteil. Termine
AbstractGraphical user interfaces are required to create successful programs for today's users. Qt is a complete C++ application development framework, which includes a class library and tools for cross-platform development and internationalization. Qt consists of several components: The Qt library itself, applications for GUI design, internationalization and documentation/help file reading, and finally cross-platform build and utility tools. The library makes available approximately 400 classes with most of the infrastructure functionality needed to build nontrivial applications. The Qt API and tools are consistent across all supported platforms, enabling platform independent application development and deployment. Because of Qt's Object-Oriented hierarchy, its good structure, its well developed widgets, and the fact that it includes many other functions than just for creating graphical interfaces, makes it good choice for beginners as well as experts.Qt Designer is a full-fledged GUI builder. It includes powerful features such as preview mode, automatic widget layout, support for custom widgets, and an advanced property editor. Qt Designer makes it easy to experiment with user interface design. At any time you can generate the code required to reproduce the user interface from the files Qt Designer produces, changing your design as often as you like. Qt Designer helps you build user interfaces with layout tools that move and scale your widgets (controls in Windows terminology) automatically at runtime, taking font sizes and language use in consideration. The resulting interfaces are both functional and attractive, comfortably suiting your users' operating environments and preferences. The purpose of this course to introduce you how to write GUI programs using Qt 3. It is assumed that you have a basic knowledge of C++. Downloadshttp://people.inf.elte.hu/nacsa/Lessons_tem.htmContents
|