Python Forum
Can someone point me in the right direction?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can someone point me in the right direction?
#1
I have a little python experience but zero with creating a GUI. I've created a layout using QT designer - mostly just to have a plan really. it looks like this:
[Image: Untitled.png]
each button controls an external device via a relay on a GPIO pin on a raspberry pi. I have the code for each button worked out - power cycle and heat cycle run a constant loop, off and on do as they say on the button. my problem is i want to be able to have only one button in a given frame running at any one time, and run different cycles within the other frames - also at the same time.

How and where on earth do i start?


Thanks.
Reply
#2
Here's a good write-up on importing qt Designer forms into pyqt:
http://pyqt.sourceforge.net/Docs/PyQt5/designer.html
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Python Turtle. Pointers of the "arrow" direction of the vector. roomONmoon 1 628 Dec-09-2023, 11:49 PM
Last Post: deanhystad

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020