Skip to content

Allows you to edit explicit or implicit parameters (class) without using QDesigner

License

Notifications You must be signed in to change notification settings

OfficinaTurini/ParamEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ParamEditor

Allows you to edit explicit or implicit parameters (class) without using QDesigner. Look at main.cpp and you will understand how easy it is to create GUI without going crazy with QDesigner to change a few parameters.

Type of data managed:
bool
double
Directory selection
File path
float
int
Password
QColor
QDate
QDateTime
QFont
QPoint
QRect
QSize
QString
QStringList
QTime
QVariant
Range

I tested this code with Qt 5.15.2 and VS2019 (C++14).
Below are some screen shots of the demo program.

Screen shot 1 Screen shot 2 Screen shot 3 Screen shot 4

About

Allows you to edit explicit or implicit parameters (class) without using QDesigner

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages