Giter Site home page Giter Site logo

mrcl0wnlab / python_pyside2_dashinfosecgreen Goto Github PK

View Code? Open in Web Editor NEW
17.0 2.0 3.0 7.99 MB

This is the study of an interface with PySide2 / Python - DashBoard - Modern Gui [Qt Designer, PySide2]

License: Apache License 2.0

Python 100.00%
python pyside2 dashboard moder modern infosec infosec-dashboard

python_pyside2_dashinfosecgreen's Introduction

Python PySide2 DashBoard InfoSec Green

Python 3.8 Build Build GitHub

This is the study of an interface with PySide2 / Python - DashBoard - Modern Gui [Qt Designer, PySide2]

Using Qt Designer

Qt Designer is the Qt tool for designing and building graphical user interfaces (GUIs) with Qt Widgets. You can compose and customize your windows or dialogs in a what-you-see-is-what-you-get (WYSIWYG) manner, and test them using different styles and resolutions.

Screenshot Qt Designer: https://doc.qt.io/qt-5/qtdesigner-manual.html

Installation

Use the package manager pip.

Pip

pip install PySide2

Use

$ python main.py

Screenshot

Files

├── assets
│   ├── files.py
│   ├── files.qrc
│   ├── icons
│   └── *.png
│   ├── __init__.py
│   └── prints
│       ├── form.png
│       └── qt.png
├── DashInfoSec.ui
├── LICENSE
├── main.py
├── README.md
└── ui_DashInfoSec.py
4 directories, 391 files

Select tab dashboard

# CLICK SELECT DASHBOARD
self.ui_main.pushButton_DashBoard.clicked.connect(lambda: self.click_select_tab(0))
# CLICK SELECT QUICKSTART
self.ui_main.pushButton_QuickStart.clicked.connect(lambda: self.click_select_tab(1))
# CLICK SELECT ASSETS
self.ui_main.pushButton_Assets.clicked.connect(lambda: self.click_select_tab(2))
# CLICK SELECT REPORT
self.ui_main.pushButton_Report.clicked.connect(lambda: self.click_select_tab(3))
# CLICK SELECT CONFIG
self.ui_main.pushButton_Config.clicked.connect(lambda: self.click_select_tab(4))
# CLICK SELECT ABOUT
self.ui_main.pushButton_About.clicked.connect(lambda: self.click_select_tab(5))

def click_select_tab(self,index_int:int):
    self.ui_main.stackedWidget_Control.setCurrentIndex(index_int)

My study reference

python_pyside2_dashinfosecgreen's People

Contributors

mrcl0wnlab avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.