Python Forum
Attempting to use Qt Designer.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Attempting to use Qt Designer.
#18
I was just about to ask you why you did this:

import PySide2.QtWidgets as widgets
But looking at the code again the reasoning is that way you can pull whatever widget you need at anytime during coding from the QtWidgets library instead of typing it all out like I have been doing like this:

import sys
from PyQt5.QtWidgets import (QLabel, QPushButton, QPlainTextEdit, QApplication, QCheckBox, QMainWindow, QWidget, QVBoxLayout, QTabWidget)
Is this correct?
Reply


Messages In This Thread
Attempting to use Qt Designer. - by thewolf - Feb-13-2021, 02:27 AM
RE: Attempting to use Qt Designer. - by thewolf - Feb-13-2021, 03:13 AM
RE: Attempting to use Qt Designer. - by thewolf - Feb-13-2021, 03:27 AM
RE: Attempting to use Qt Designer. - by deanhystad - Feb-13-2021, 04:48 AM
RE: Attempting to use Qt Designer. - by thewolf - Feb-13-2021, 05:39 AM
RE: Attempting to use Qt Designer. - by Axel_Erfurt - Feb-13-2021, 09:46 AM
RE: Attempting to use Qt Designer. - by Axel_Erfurt - Feb-13-2021, 10:23 AM
RE: Attempting to use Qt Designer. - by thewolf - Feb-13-2021, 02:56 PM
RE: Attempting to use Qt Designer. - by Axel_Erfurt - Feb-14-2021, 09:48 AM
RE: Attempting to use Qt Designer. - by thewolf - Feb-15-2021, 09:28 PM
RE: Attempting to use Qt Designer. - by Axel_Erfurt - Feb-15-2021, 10:49 PM
RE: Attempting to use Qt Designer. - by thewolf - Feb-15-2021, 11:21 PM
RE: Attempting to use Qt Designer. - by thewolf - Feb-16-2021, 01:17 AM
RE: Attempting to use Qt Designer. - by deanhystad - Feb-16-2021, 03:10 AM
RE: Attempting to use Qt Designer. - by deanhystad - Feb-16-2021, 03:04 PM
RE: Attempting to use Qt Designer. - by thewolf - Feb-16-2021, 10:59 PM
RE: Attempting to use Qt Designer. - by deanhystad - Feb-16-2021, 11:03 PM
RE: Attempting to use Qt Designer. - by thewolf - Feb-17-2021, 12:03 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  QT Designer Krissstian 4 1,708 May-26-2022, 09:45 AM
Last Post: Krissstian
  Qt Designer : help document viewer error. davediamond 2 1,591 Apr-14-2022, 10:38 AM
Last Post: davediamond
  GUI programming PyQt 5 + Qt Designer flash77 9 2,728 Mar-19-2022, 10:31 AM
Last Post: flash77
  [PyQt] QT5 Designer Drawing greenhorn1 1 2,558 Dec-30-2021, 05:12 PM
Last Post: deanhystad
  Installed Designer - Helpf Files for "assistant" are missing Valmont 0 2,001 Mar-22-2021, 11:09 AM
Last Post: Valmont
  Using a GUI Designer vs. hard coding 357mag 9 6,062 Feb-21-2021, 06:43 PM
Last Post: kkaur
  [PyGUI] help code python QT Designer yan_mhb 0 1,917 Aug-12-2020, 09:32 AM
Last Post: yan_mhb
  [Kivy] Kivy Designer Module Error SARAVANAN_M 0 3,866 Nov-20-2019, 09:57 AM
Last Post: SARAVANAN_M
  [PyQt] Send data between windows Pyqt5 and Qt Designer kkonrad002 8 10,166 Sep-05-2019, 02:25 PM
Last Post: Denni
  [PyQt] Qt Designer - Making a Font with a border jimmyvegas29 4 7,542 Feb-19-2019, 11:08 PM
Last Post: jimmyvegas29

Forum Jump:

User Panel Messages

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