PyQt
How to show/hide a child QWidget with a motion animation?
I am working on an application with two children. One\'s a widget that functions as a toolbar, the second, below, functions as dashboard, on which information would appear. The latter can be shown/hid[详细]
2023-03-28 20:12 分类:问答QApplication Font Color
I\'m writing a PyQt systemtray script. It simply a switch for system services. I\'m adding QActions to QMenu via this code, my purpose is showing running services green and stopped services red:[详细]
2023-03-28 12:40 分类:问答Creating an animated graphics overlay with Python
I\'d like to hear the best means for displaying graphics that move on-screen as an overlay with Python.The intended initial platform is Linux.I\'ve 开发者_运维技巧worked up some small demos using PyQt[详细]
2023-03-28 07:05 分类:问答Python console prints output differently than sypder console
I have a python code that ta开发者_StackOverflowkes measurements off of a HP LCR Meter and collects the data for us in various ways. I recently created a GUI for imputing initial conditions for employ[详细]
2023-03-28 06:16 分类:问答PyQt, trying to make LCD qt widget countdown
I have a project I\'m working on where I have to program an elevator \"simulator\". I am using python and pyqt for the first time and having some difficulty.[详细]
2023-03-28 05:02 分类:问答launch a PyQT window from a main PyQt window, and get the user input?
I have a main PyQt window, from which I need to get a string of User Input when they hit a certain button.[详细]
2023-03-28 00:28 分类:问答A scrollbar event when scrolling?
I need an event for detecting if an user has moved the scrollbar position to another one. In other words, if the user does scroll up/down, would it be possible to catch a开发者_如何学Go signal so I c[详细]
2023-03-27 21:33 分类:问答PyQT Remove the programs Title Bar?
hi does anybody knows how to remove the programs title bar? (In PyQT or in Designer) my goa开发者_StackOverflow社区l is i need to replace it with my own title bar.[详细]
2023-03-27 20:53 分类:问答How to resize QMainWindow after removing all DockWidgets?
I’m trying to make an application consisting of a QMainWindow, the central widget of which is a QToolBar (it may not be usual, but for my purpose the toolbar’s well suited). Docks are allowed below[详细]
2023-03-27 17:59 分类:问答PyQT - How to implement Syntax Highlighting?
I want to write a little IDE for Cython using PyQT, but I don\'t have any idea how to implement Syntax Highlighting.[详细]
2023-03-27 13:42 分类:问答