designer
graphical designer for Qt 4 applications
Install
- All systems
-
curl cmd.cat/designer.sh
- Debian
-
apt-get install qt4-designer
- Ubuntu
-
apt-get install qt4-designer
- Arch Linux
-
pacman -S qt4-designer
- Kali Linux
-
apt-get install qt4-designer
- CentOS
-
yum install qt4-designer
- Fedora
-
dnf install qt4-designer
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install qt4-designer
- Raspbian
-
apt-get install qt4-designer
- Dockerfile
- dockerfile.run/designer
qt4-designer
graphical designer for Qt 4 applications
Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. Qt Designer is a tool for designing and building graphical user interfaces (GUIs) from Qt components.
qttools5-dev-tools
Qt 5 development tools
Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. This package contains a set of applications to browse the documentation, translate applications, generate help files and other stuff that helps in Qt development. These tools are among others: * assistant * designer * linguist * pixeltool * qdbusviewer
qt-devel-1
4.8.7-44.fc30.x86_64 : Development files for the Qt toolkit
qt5-designer
Design GUIs for Qt5 applications
qtchooser
Wrapper to select between Qt development binary versions
Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. The Qt Chooser provides a wrapper to switch between versions of Qt development binaries when multiple versions like 4 and 5 are installed or local Qt builds are to be used. If you wish to use Qt development binaries with the default PATH and without special parameters, you need to additionally install either qt4-default or qt5-default package to provide the default configuration.
qt3-designer
graphical designer for Qt3 applications
The Qt Designer is a GUI design program that interactively lets you construct user interfaces for the Qt library. Additionally it lets you create whole project and works together with the database drivers provided by Qt to create applications with easy database access through Qt. The resulting user interface files can then be converted to C++ classes using the uic commandline utility which is usually done automatically for the developer with a project management with qmake or automake.