Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Qt and QtPy Edit window & argument 1 has unexpected type 'Ui_MainWindow' Error
Post: RE: Qt and QtPy Edit window & argument 1 has unexp...

Most code is generated using PyQt and Qt5. I only added self.pushButton.clicked.connect(self.close_app) self.actionEditor.triggered.connect(self.editor) def editor(self): self.t...
Athul GUI 6 21,378 Aug-20-2018, 11:36 AM
    Thread: Qt and QtPy Edit window & argument 1 has unexpected type 'Ui_MainWindow' Error
Post: RE: Qt and QtPy Edit window & argument 1 has unexp...

Thanks for the reply, But you have to explain that to me???? What does that mean?
Athul GUI 6 21,378 Aug-20-2018, 10:33 AM
    Thread: Qt and QtPy Edit window & argument 1 has unexpected type 'Ui_MainWindow' Error
Post: Qt and QtPy Edit window & argument 1 has unexpecte...

I'm developing an application for my 3D printer. I only have basic knowledge in python(started three weeks ago for this purpose), so I decided using Qt Designer after referring some tutorials. In a tu...
Athul GUI 6 21,378 Aug-20-2018, 08:33 AM
    Thread: Inheritance
Post: RE: Inheritance

@ichabod801 SO if I wan to call eat method inside bark method, I can use following class Animal: hello = 23 def __init__(self): print("Animal created") def whoAmI(self): ...
Athul General Coding Help 7 4,015 Aug-11-2018, 07:35 AM
    Thread: Inheritance
Post: Inheritance

|Hello, Below is the example code from the tutorial that I'm using to learn python class Animal: def __init__(self): print("Animal created") def whoAmI(self): print("An...
Athul General Coding Help 7 4,015 Aug-09-2018, 08:03 AM
    Thread: Need of return in function if statement inside the function already returns
Post: RE: Need of return in function if statement inside...

Yeah I know that. What I meant is When I run below code a = (10, 20) sum(a) == 20 or a[0] == 20 or a[1] == 20It gives the answer as True or FalseThat means it returns something. SO when I make thi...
Athul Homework 5 3,978 Aug-06-2018, 01:01 PM
    Thread: Need of return in function if statement inside the function already returns
Post: Need of return in function if statement inside the...

Hello, I'm learning python from some online tutorials. When learning about function, there was an exercise to check "Given two integers, return True if the sum of the integers is 20 or if one of the ...
Athul Homework 5 3,978 Aug-06-2018, 07:05 AM

User Panel Messages

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