Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: QComboBox for PyQt code
Post: RE: QComboBox for PyQt code

That's just magic ! How could I miss that option with "setCurrentIndex(0)" ? Now it works exactly like I need. List View does not work for me because I do not have space for that and I have to look fo...
gvin47 GUI 3 2,107 Apr-22-2020, 04:01 PM
    Thread: QComboBox for PyQt code
Post: RE: QComboBox for PyQt code

Actually I found the resolution (see my new code). But I still would like to see the last Lap time to be seen in the ComboBox window, which now remains without any change. Only when I click on ComboB...
gvin47 GUI 3 2,107 Apr-22-2020, 06:19 AM
    Thread: QComboBox for PyQt code
Post: QComboBox for PyQt code

I have Stopwatch program with Current Time, Split Time and Lap Time display. I have replaced QLable with QComboBox for Lap Time to see all the Laps in order. But it shows in order from the First to th...
gvin47 GUI 3 2,107 Apr-22-2020, 04:42 AM
    Thread: Push Button issue
Post: RE: Push Button issue

Dear deanhystad ! Thanks a lot ! Your code is working perfectly well and I've got exactly what I was looking for. I've just changed the library(PyQt5 instead of PySide2). Now I'll try to understand wh...
gvin47 GUI 8 4,333 Apr-17-2020, 10:59 PM
    Thread: Push Button issue
Post: RE: Push Button issue

Thanks again !Doesn't work plus give Error msg import sys from PyQt5.QtCore import Qt, QTimer from PyQt5.QtWidgets import QWidget, QLabel, QPushButton, QGridLayout, QSizePolicy, QApplication class S...
gvin47 GUI 8 4,333 Apr-17-2020, 07:28 PM
    Thread: Push Button issue
Post: RE: Push Button issue

Thanks again for your help and patience ! Made changes (see code below). Still doesn't work. import sys from PyQt5.QtCore import Qt, QTimer from PyQt5.QtWidgets import QWidget, QLabel, QPushButton, ...
gvin47 GUI 8 4,333 Apr-17-2020, 05:30 PM
    Thread: Push Button issue
Post: RE: Push Button issue

Thanks for your advise. Made some changes (see below). Start Button still does not work. import sys from PyQt5.QtCore import Qt, QTimer from PyQt5.QtWidgets import QWidget, QLabel, QPushButton, QGrid...
gvin47 GUI 8 4,333 Apr-17-2020, 04:41 AM
    Thread: Push Button issue
Post: Push Button issue

Please help ! I need help with making my Stopwatch run after click on Button "Start" === import sys from PyQt5.QtCore import Qt, QTimer from PyQt5.QtWidgets import QWidget, QLabel, QPushButton, QGrid...
gvin47 GUI 8 4,333 Apr-16-2020, 06:39 PM

User Panel Messages

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