Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Pop up the Python shell after clicking a window
Post: Pop up the Python shell after clicking a window

My Code pulls up a menu, you click on the button and it pulls up another menu. That menu has a button you can click that will print some words. The problem is, it pulls up in the cmd prompt. Is it pos...
aking76 General Coding Help 0 2,145 Sep-18-2018, 02:27 PM
    Thread: [PYQT5] Crashing when using .hide() and .show()
Post: [PYQT5] Crashing when using .hide() and .show()

My program opens a main window with an investigation button, once that is clicked a second window opens and the first one is hidden. The second window has a button and when it is clicked it is suppose...
aking76 GUI 0 7,342 Sep-18-2018, 02:09 PM
    Thread: Dropdown menu- Store variable
Post: RE: Dropdown menu- Store variable

Found the answer advBasicOptions = ("Basic", "Advanced") selection, okPressed = QInputDialog.getItem(self, "Select Basic or Advanced", "", advBasicOptions, 0, False) if selection == advBasicOptions...
aking76 GUI 1 3,404 Sep-11-2018, 01:30 PM
    Thread: Dropdown menu- Store variable
Post: Dropdown menu- Store variable

I have a program I'm trying to create that will ask for an IP address, run a check to ensure it's an IP address, then afterwards it pops up a box and asks a user to select whether they want to perform...
aking76 GUI 1 3,404 Sep-10-2018, 05:11 PM

User Panel Messages

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