Giter Club home page Giter Club logo

pyonedark_qt_widgets_modern_gui's Introduction

PyOneDark Qt Widgets Modern GUI - With PySide6

PyOneDark - Capa

🎁 //// DONATE ////

🔗 Donate (Gumroad): https://gum.co/mHsRC

This interface is free for any use, but if you are going to use it commercially, consider helping to maintain this project and others with a donation by Gumroado at the link above. This helps to keep this and other projects active.

Warning: this project was created using PySide6 and Python 3.9, using previous versions can cause compatibility problems.

YouTube - Presentation And Tutorials

Presentation and tutorial video with the main functions of the user interface.

🔗 Presentation - https://youtu.be/1v5errwE8ew

🔗 Trailer - https://youtu.be/EJ8XApAl4aw

TUTORIALS:

Tutorial 01: https://youtu.be/QQGlTGYCMg0

Tutorial 02: https://youtu.be/LwKre2proDk

Tutorial 03: https://youtu.be/eUT4J9Ukg8g

Simple Text Editor - https://youtu.be/v7nh_bSumNQ

pyonedark_qt_widgets_modern_gui's People

Contributors

wanderson-magalhaes avatar

Stargazers

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

Watchers

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

pyonedark_qt_widgets_modern_gui's Issues

Circular Progress Bar Value Update

Hi, I'm trying to update the bar value based on a proglog value so I can make a loading bar to show how long an action will take, so far I tried everything I could think but the same issues keep popping up:

name 'SetupMainWindow' is not defined
'UI_MainWindow' object has no attribute 'circular_progress_1'
name 'UI_MainWindow' is not defined

This error only occurs when I try to do SetupMainWindow().circular_progress_bar_1.set_value(percentage), it feel like its saying it doesn't exist but it does so I don't understand if I'm calling it wrong or what I'm doing. Please help I been stuck on this issue for days now, thanks

If you confront to error that "QPainter::begin: Paint device returned engine == 0, type: 2"?

Hi, guys, if you install PySide6 directly nowadays, maybe you can't appear the normal icon and it will throw errors like the below:

QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::setCompositionMode: Painter not active
QPainter::end: Painter not active, aborted

Just switch the PySide6 version to 6.1.1, then it works in my environment.

pip install PySide6==6.1.1

Image Issue

Hi there, just run your project and the images wouldn't show.
I am using a 4K monitor with 200% DPI

Where should I code my slot function?

I add a PyPushButton and a Qlabel in setup_main_window.py file, then i want to change the content of label according to setText() when I click PyPushButton.
In main.py, I do not know how to obtain the instance of PyPushButton I added in setup_main_window.py. How can I received clicked signal from PyPushButton and change the content of label?

Finding costum widgets with findChild

Im trying to access a costum PyLineEdit widget which was added to the row_1_layout in the setup_main_window.py with the following row in main.py:

  • self.ui.load_pages.row_1_layout.findChild(type)

which kind of type do i have to look for? Im always getting None.

.isEmpty() is returning false though.

Already tried PyLineEdit aswell as QLineEdit which it inherits from(?)

->class PyLineEdit(QLineEdit):

font issue

When starting I get warning:
qt.qpa.fonts: Populating font family aliases took 1663 ms. Replace uses of missing font family "Segoe UI" with one that exists to avoid this cost.

After font change in settings.json do I get ....
qt.qpa.fonts: Populating font family aliases took 979 ms. Replace uses of missing font family "Segoe UI" with one that exists to avoid this cost.

Is there a possibility to configure somewhere at central place (e.g. settings.json) the default font to be used in all places ?

OSX Big Sur
Python 3.9

A questions about function parameter

在setup_main_window.py文件中有一个名为setup_gui的函数. 我认为它的参数不应该是self,而是一个类型为MainWindow的参数.我按照我的想法修改后程序依旧良好运行,修改后编辑器能够正常识别ui等属性.

In the setup_main_window.py file there is a function called setup_gui. I don't think the argument should be self, but a parameter of type MainWindow. I modified the program according to my idea and it still works well. After modification, the editor can recognize ui and other properties normally.

English is translated by software, hope it can convey my meaning, THANKS :)

def setup_gui(mainw: MainWindow):

DeprecationWarning: 'exec_'

On App start I get warning DeprecationWarning: 'exec_' will be removed in the future. Use 'exec' instead.

Just for info

Python 3.9

Popup/confirmation box

Hey there,
Thanks for sharing these awesome templates, they really are well designed and implemented. I had a question, though, if you don't mind? I was hoping you might be able to point me in the right direction as to the best way to create a popup / confirmation box that matches the theme of the main application. Just a typical box with a line of text and an "OK / Cancel" button, is all I am looking to accomplish. I am not quite sure what the best choice of widget would be, or if it even would be a widget, perhaps a window object? Any tips would be extremely helpful!

Thanks,
-MH

Transparent lines when hovering over icons

onedark_issue_df

When hovering over icons (both left and top right), intersecting transparent lines appear.

No changes were made to the code, running within a virtual Python 3.9 environment with Pyside6 (6.1.2), shiboken6 (6.1.2) on macOS Big Sur Version 11.4.

An intractable bug

This problem occurs when I set PyTableWidget in the left column and cannot be solved.

Snipaste_2021-09-02_23-29-24

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.