QT_ study notes

 

Qt 
# GUI (Graphical User Interface, referred to as GUI, also known as the Graphical User Interface) 


QT5 module: 
    Qt Widgets Core 
    Webkit the GUI 
    the Test Network 
    SQL Mulitmedia 
    Quick Quick Controls 
    QML Quick Controls 
    Mulitmedia the Dialogs Widgets Quick 

--------- -------------------------------------------------- --------- 
controls: 
a layout management group (layouts) 
two spatially separated groups (spacers) 
three-button set (buttons) 
four project view set (item views)     
five items control group (item Widgets) 
six groups of containers (Containers)         
seven input control group (input Widgets) 
eight display control group (display Widgets)

-------------------------------------------------- ------------------     

Qt framework: 

.pro: 
    QT       + = Core GUI   // module 
    the TARGET =      // name of the application 
    TEMPLATE =   // specified type make 
    SOURCES + =     // source 
    hEADERS + =     // header file 

.cpp 

#include <the QApplication>         int main ( int argc, char * the argv []) 
{ 
    the QApplication A (argc, the argv); // Code return a.exec (); 
}



    

    



-------------------------------------------------- ------------------ 
signal and groove 

connect 

custom signal 

custom groove 









Notes 
--------------------- -----------------------------------------------

 

 

Guess you like

Origin www.cnblogs.com/panda-w/p/11848044.html