Skip to content

The Qt Gradient Editor extracted by me from Qt Designer

Notifications You must be signed in to change notification settings

yanis60/QtGradientEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QtGradientEditor

The Qt Gradient Editor extracted by me from Qt Designer

Screenshot

alt text

Build

  • Copy this project to your main project.
  • Add this INCLUDEPATH += "$$PWD\qtgradienteditor" to the .pro file.

Usage

bool ok;
QGradient gradient = QtGradientDialog::getGradient(&ok, QLinearGradient(), this);
if (!ok)
return;

About

The Qt Gradient Editor extracted by me from Qt Designer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published