Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a good source for 3rd party QT GUI controls? [closed]

Tags:

I have tried to find them through Google but haven't had much luck. I know the number of 3rd party controls is not as big as .NET or Java, but surely there are some out there better than what comes with the library?

like image 232
Rhubarb Avatar asked Mar 03 '10 15:03

Rhubarb


People also ask

Is there a free version of Qt?

Is Qt Creator free? There is an open-source license which is free and a commercial license. The commercial license (Qt creator and Qt SDK) starts at $459/month.

How do I add widgets to Qt?

To add widgets in Qt Designer: In the Qt Creator Edit mode, double-click the notepad. ui file in the Projects view to launch the file in the integrated Qt Designer. Drag and drop widgets Text Edit (QTextEdit) to the form.

What is Qt widgets?

Widgets are the primary elements for creating user interfaces in Qt. Widgets can display data and status information, receive user input, and provide a container for other widgets that should be grouped together. A widget that is not embedded in a parent widget is called a window.


2 Answers

Qwt is a source for graphing and technical components and Solutions Catalog has the property browser as well as many other useful widgets.

Also available are the Embedded Widget Demos, ofi-labs, and qt-labs.

ofi-labs is by a former Qt employee, the others are official.

Edit: Almost forgot, diagramming is covered by this example: GraphicsView - Diagram Scene

like image 145
Adam W Avatar answered Jan 04 '23 02:01

Adam W


free: qt-apps.org

proprietary: qt-prop.org

there are Widgets and Components categories

like image 33
Dmitriy Avatar answered Jan 04 '23 01:01

Dmitriy