Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: python interactive output with Qt4
Post: RE: python interactive output with Qt4

Well you see you have more than just helped to solve what must be to you a little problem. You have given me the confidence tosolve a problem highlighted by an error message. confirmed that my theor...
eegrek39 GUI 8 4,947 Mar-18-2018, 08:41 PM
    Thread: python interactive output with Qt4
Post: RE: python interactive output with Qt4

This is magnificent - thank you very much. It was what I was trying to do but not being very successful. I did however have to make t= str(b) for it to work. It does and I can't thank you enough.
eegrek39 GUI 8 4,947 Mar-18-2018, 04:56 PM
    Thread: New Users Introduce Yourself
Post: RE: New Users Introduce Yourself

I am a 75 year old Retired engineer. I have had a reasonable knowledge of Visual Basic as used in windows access but just for interest I am trying to understand Python. I also like to learn by program...
eegrek39 Bar 430 224,726 Mar-18-2018, 01:43 PM
    Thread: python interactive output with Qt4
Post: RE: python interactive output with Qt4

import sys from PyQt4 import QtCore, QtGui, uic qtCreatorFile = "codeoutput.ui" # Enter file here. Ui_MainWindow, QtBaseClass = uic.loadUiType(qtCreatorFile) class MyApp(QtGui.QMainWindow, Ui_Ma...
eegrek39 GUI 8 4,947 Mar-18-2018, 12:30 PM
    Thread: python interactive output with Qt4
Post: RE: python interactive output with Qt4

class MyApp(QtGui.QMainWindow, Ui_MainWindow): def __init__(self): QtGui.QMainWindow.__init__(self) Ui_MainWindow.__init__(self) self.setupUi(self) self.runButton.clicked.connect(self.calculate) ## F...
eegrek39 GUI 8 4,947 Mar-18-2018, 08:56 AM
    Thread: python interactive output with Qt4
Post: python interactive output with Qt4

I am trying to print a fibonacci sequence in a QTextEdit box in Qt4 and I am only getting the last number. How do I print the whole sequence my code is class MyApp(QtGui.QMainWindow, Ui_MainWindow):...
eegrek39 GUI 8 4,947 Mar-18-2018, 07:51 AM

User Panel Messages

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