Qt 5.10 Book Examples
Public Slots | Public Member Functions | List of all members
MyProgram Class Reference

#include <MyProgram.h>

Inheritance diagram for MyProgram:

Public Slots

void slotCheckBoxClicked ()
 
void slotComboBoxActivated (int)
 

Public Member Functions

 MyProgram (QWidget *pwgt=0)
 
virtual ~MyProgram ()
 
void writeSettings ()
 
void readSettings ()
 

Detailed Description

Definition at line 22 of file MyProgram.h.

Constructor & Destructor Documentation

◆ MyProgram()

MyProgram::MyProgram ( QWidget *  pwgt = 0)

Definition at line 15 of file MyProgram.cpp.

◆ ~MyProgram()

MyProgram::~MyProgram ( )
virtual

Definition at line 54 of file MyProgram.cpp.

Member Function Documentation

◆ readSettings()

void MyProgram::readSettings ( )

Definition at line 60 of file MyProgram.cpp.

◆ slotCheckBoxClicked

void MyProgram::slotCheckBoxClicked ( )
slot

Definition at line 102 of file MyProgram.cpp.

◆ slotComboBoxActivated

void MyProgram::slotComboBoxActivated ( int  n)
slot

Definition at line 108 of file MyProgram.cpp.

◆ writeSettings()

void MyProgram::writeSettings ( )

Definition at line 89 of file MyProgram.cpp.


The documentation for this class was generated from the following files: