Skip to content

Controller GUI is provided for low-level verification of the operation of the robot, and should not be used in any normal operational procedures. Providing Modern Extensive widget

Notifications You must be signed in to change notification settings

leonardin999/GUI-Designer-Resources

Repository files navigation

Python Interface - PyQt5 (MODERN / FLAT GUI)

contact me at:

Warning: use PyQt5 in version 5.15.2 or > (pip install PyQt5-Default)!

Project created using Python, Qt Designer. I hope it helps you in the next project with a resources created in Python Program This project works very well with Windows, however on Linux and macOS there are some font size problems and the custom title bar does not work very well.

REQUERIMENTS:

pip install PyQt5 ==5.12.5

PyQt5 in version 5.15.1 are causing problems due to several updates in process.

CUSTOMIZING YOUR APPLICATION INTERFACE:

Qt 5 uses an OpenGL-based scene graph to accelerate the graphics of Qt Quick, making it possible to do visually appealing user interfaces with animations, impressive graphical effects and particle systems, even on the constrained hardware environments of mobile and embedded devices.

Open file: robot_control_GUI_ver1.ui in QtDesigner.exe
Drag necessary widget like: Button, Label, Groupbox in Widget Box section

image_1

RUN FILE:

main.py

ADD APPLICATIONS FUNCTION:

app_functions.py

MODIFIED ORIGINAL FUNCTION OF API:

ui_function.py

FUNCTION PAGES:

HOME PAGE:

image_2

VISUALIZING PAGE:

image_3

DATA ANALYSIS PAGE:

image_4

ROBOT KINEMATICS PAGE:

image_5

About

Controller GUI is provided for low-level verification of the operation of the robot, and should not be used in any normal operational procedures. Providing Modern Extensive widget

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages