Skip to content

A collection of Qt Demos, each Test some aspect of some Qt Controls or Classes

License

Notifications You must be signed in to change notification settings

Qunero/NeoQtTestDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeoQtTestDemo

A collection of Qt Demos, each Test some aspect of some Qt Controls or Classes

Sub Projects

  1. TQLineEdit_ContentControl

    A demo for testing the combination of setValidator and setInputMask functions, notice that the validator used is QRegExpValidator and should be guaranteed by the user; example is :

    (?:[_\dA-Fa-f]{2})(?::[_\dA-Fa-f]{2}){0,3}

    which accept the format of 1 to 4 groups of Hex numbers, seperated by ':', eg: 12:AB:FF:0

  2. Coming later

About

A collection of Qt Demos, each Test some aspect of some Qt Controls or Classes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published