PyQt5 Programs | Sidebar example of application

Поделиться
HTML-код
  • Опубликовано: 13 дек 2024

Комментарии • 114

  • @blackjack_26
    @blackjack_26 11 месяцев назад +2

    You rescued my univesity project. God bless you

  • @mtmotoki2
    @mtmotoki2 10 месяцев назад

    I just started learning PyQt, your video was very helpful.

  • @rinaaiko5619
    @rinaaiko5619 8 месяцев назад

    you saved my university project

  • @335haan5
    @335haan5 11 месяцев назад

    im crying, tysm finally a comprehensive tutorial

  • @nasurudeenr7849
    @nasurudeenr7849 10 месяцев назад +1

    very nice more details.
    Rocking man....

  • @francescoanastasio2021
    @francescoanastasio2021 Год назад +1

    This channel is a discovery! FInally someone who knows how to program professionally. You should turn all these videos in a udemy online course.

  • @SmileMeAndWave
    @SmileMeAndWave 2 года назад +2

    Thank you for sharing this. Awesome! Keep going!

  • @cornevanzyl5880
    @cornevanzyl5880 Год назад +1

    From some that's used PyQT for about year, you've teached many things. I prefer implementing visual changes in the Qt designer rather than in the style sheet. Knowing both methods are a must and you're also doing it for time sake

  • @damahouxp
    @damahouxp Год назад +1

    Super super cool; thanks for generosity!

  • @milan_085
    @milan_085 8 месяцев назад

    Thank you so much for your efforts.👏👏🔥🔥

  • @berkinylm
    @berkinylm 10 месяцев назад +1

    You are pure gold

  • @incremental_failure
    @incremental_failure 7 месяцев назад +2

    Seems like Qt is pushed hard in universities now, lol. But a lot of good info here and you're very proficient with Designer.

  • @aliyananwar7633
    @aliyananwar7633 6 месяцев назад

    Your channel is awesome thanks for such great content

  • @jotarojoestar1399
    @jotarojoestar1399 5 месяцев назад

    hello, is there a way for the frame that corresponds to the option in the sidebar not to collapse when the sidebar is fully opened?

  • @captainmustard1
    @captainmustard1 Год назад

    everything work well for me. Good Video. Thank you :D

  • @edmonddeng3577
    @edmonddeng3577 2 года назад +1

    Awesome work!

  • @Raybow-vq8mj
    @Raybow-vq8mj Год назад +1

    really helpful, thank you very much❤

  • @emrahkaplan2228
    @emrahkaplan2228 Год назад

    Thank you. Very good job.

  • @untizioqualunque2466
    @untizioqualunque2466 5 месяцев назад +1

    goated video

  • @_workenx_3764
    @_workenx_3764 10 месяцев назад

    Amazing work!
    i have one question i'm trying to do this work but in C++ and its really hard any tips to traslate it better

  • @taominh
    @taominh Год назад +1

    please make more tutorial videos like this. about set signal/slot for function

    • @codequestions
      @codequestions  Год назад +1

      Sure. Since I have time, I will do more videos

    • @taominh
      @taominh Год назад

      @@codequestions❤️

  • @omer-halaby
    @omer-halaby Год назад +1

    Amazing work! Although can anyone help me with a problem I encountered while trying to use the code? I can't see the logos.

    • @codequestions
      @codequestions  Год назад

      Make sure you have the QLabel for logo first.

    • @omer-halaby
      @omer-halaby Год назад

      @@codequestions Oh thank you but I think I solved it by now. I had to change the file paths used to get the icons. I changed it in the designer and saved and it wotked.
      Thanks anyways!

  • @눈샤람
    @눈샤람 8 месяцев назад

    You are GOAT

  • @EsraaSalah-lg4mc
    @EsraaSalah-lg4mc Год назад

    at 8:30 min, when you press the pushbutton how can you make the second menu (with details) replace the first one?

    • @codequestions
      @codequestions  Год назад

      Set the Menu button checkable first, then set toggled signal and solt between menu button and menu frame

  • @IEEE7
    @IEEE7 8 месяцев назад

    freaking legend

  • @kirubakaran9852
    @kirubakaran9852 3 месяца назад

    My images are not shown in vscode except image others are working good

  • @ironF5
    @ironF5 2 года назад

    what is QAbstractItemModel in QComplete, i cannot quite comprehend it ! can u elaborate it!

  • @ironF5
    @ironF5 2 года назад +1

    i am using the same code as shown in this video, and doing a bit of editting and calling label_5 (which is in page2 as per video) on page3 as well.
    logically speaking the label_5 should appear on both page2 and page 3
    but label_5 appears on page3 only and page2 shows nothing.
    how to make it appear on both pages?

    • @codequestions
      @codequestions  2 года назад

      The objectname should not be duplicate in one ui file

    • @ironF5
      @ironF5 2 года назад

      @@codequestions what to do if i want similar QObject on multiple QWidgets (for example textbox=QTextBox on 2 different QWidgets)? is their a way?

    • @codequestions
      @codequestions  2 года назад

      @@ironF5 just use designer to create the ui

  • @Sylarman1
    @Sylarman1 6 месяцев назад

    This is awesome. I'm having a really hard time though, trying to figure out, where the heck the mouse disappears to on section #17 on min 10:35 I know we want to create menu pages with QLabel, but what exactly are you doing here? Where are you pasting from? Please help. Thanks.

    • @codequestions
      @codequestions  6 месяцев назад

      Just put some labels into each page for identiting pages

  • @alirics
    @alirics Год назад

    Hi!
    Very nice video!
    I have one question: Why my icons are not changing colors after I clicked on them?

    • @codequestions
      @codequestions  Год назад

      When you set the icon for button in designer, you need to set different icons for on and off

  • @_desouzaa_
    @_desouzaa_ 9 месяцев назад

    👏👏👏👏👏👏👏👏

  • @juniorMr
    @juniorMr Год назад

    Thanks a lot

  • @ironF5
    @ironF5 2 года назад

    how to add margins on QTextEdit .... so that itshows margins on all sides as it shows on microsoft-word and google-docs?

    • @codequestions
      @codequestions  2 года назад

      do you the width of text to border? if that, you can use (padding: 10px) to set the margins

    • @ironF5
      @ironF5 2 года назад

      @@codequestions will try and update

  • @tuongnguyenvan7951
    @tuongnguyenvan7951 Год назад

    how to insert icon?
    What tool do you use?
    12:00

    • @codequestions
      @codequestions  Год назад

      What do you mean inserting icon? I just use qt designer.

  • @ashwinkumar5223
    @ashwinkumar5223 9 месяцев назад

    What's the name of this editor you used here

  • @ironF5
    @ironF5 2 года назад

    how to zoomin zoomout using QSlideBar(horizontal) on QTextEdit?

    • @codequestions
      @codequestions  2 года назад

      QSlideBar.valueChanged.connect(set_font_size_of_QTextEdit)

    • @ironF5
      @ironF5 2 года назад

      @@codequestions can u also write code for set_font_size_of_QTextEdit function, i have spin box for font sizes in my app. but i cannot understand how the app is going to understand which slider way does the font increases and vice versa...

  • @ironF5
    @ironF5 2 года назад

    my completer code works on the main QTextEdit but when i add mdi functionality, it works on the first window and doesnot work on new mdi's !

    • @codequestions
      @codequestions  2 года назад

      do you mean mdiArea?

    • @ironF5
      @ironF5 2 года назад

      @@codequestions yes

    • @ironF5
      @ironF5 2 года назад

      @@codequestions yes mdi area

  • @ironF5
    @ironF5 2 года назад

    how to change theme of your application at run time? how to add multiple themese and chagne at run time?

    • @codequestions
      @codequestions  2 года назад

      for this question, you need create different theme file first. then you can use the method in the last video to change themes.

  • @ironF5
    @ironF5 2 года назад

    can we do speelchecking on QTextEdit as it shows red underline in misspelled words on microsoft-word and google-docs? can u make video on that?

    • @codequestions
      @codequestions  2 года назад

      for spellchecking, the the basic theory if check all the input words to a words list. so you need a word list. use textChanged signal to connect check function. you can follow this article first:nethumlamahewage.medium.com/integrating-spellchecking-into-a-qtextedit-widget-in-pyqt5-with-enchant-f025f4097e5c

    • @ironF5
      @ironF5 2 года назад

      @@codequestions i have successfully integrated this spellcheck module in my application, and it is working at my end with my QTextEdit applicaiton with full functionality, it shows red line on misspelled words and give suggestions as well .... thank you

    • @codequestions
      @codequestions  2 года назад +1

      @@ironF5 Congratulations!

    • @ironF5
      @ironF5 2 года назад

      @@codequestions thank you.. is there any library that gives synonyms and antonyms like this spell check? preferably offline (like this spellcheck example)??

    • @ironF5
      @ironF5 2 года назад

      @@codequestions can u also tell me how can i add more dictionaries (currently only english language works) for other languages and make it work aswell !!
      1). how to add more dictionaries and
      2). how to make it work in QTextEdit!

  • @andresx3419
    @andresx3419 Месяц назад

    I cant do pyrcc5 i am using pyqt6

  • @ucphanai4286
    @ucphanai4286 Год назад

    My icon doesn't show up when I conver ui -> py

    • @codequestions
      @codequestions  Год назад

      If you are using a resource file, there may be an issue with importing. If you are only using images for the icons, it could be a path issue.

    • @ucphanai4286
      @ucphanai4286 Год назад

      @@codequestions I just use your resource file, but still cannot show the icons ;-;

    • @codequestions
      @codequestions  Год назад

      Please watch this video starting at 12:13 #19 - Create main PY file for starting app@@ucphanai4286

    • @codequestions
      @codequestions  Год назад

      @@ucphanai4286 11:43 #18 - Convert the UI file to PY file

  • @muhammadprawirayuda3510
    @muhammadprawirayuda3510 Год назад

    sory brother, i would like to ask about this :
    ## functions for changing menu page
    def on_home_btn_1_toggled(self):
    self.ui.stackedWidget.setCurrentIndex(0)

    def on_home_btn_2_toggled(self):
    self.ui.stackedWidget.setCurrentIndex(0)
    my question is , where the signal of this slot (on_home_btn_toggled) ?
    thanks

    • @codequestions
      @codequestions  Год назад

      Use on to connect signal(toggled) and slot(home_btn_2). "home_btn_1" and "home_btn_2" are object name

    • @muhammadprawirayuda3510
      @muhammadprawirayuda3510 Год назад

      @@codequestions this one >> self.home_btn_1.toggled['bool'].connect(self.home_btn_2.setChecked) ?? sory im still dont get it:(
      can you make it clearly, thanks

    • @codequestions
      @codequestions  Год назад

      @@muhammadprawirayuda3510 this code is automatic generated when use pyuic5 convert ui file to python file. and I think this is from the signal and slot setting in designer.

  • @quennyborromeo4653
    @quennyborromeo4653 Год назад

    Hi. why does my icon doesn't show up?

    • @codequestions
      @codequestions  Год назад

      When you create the ui file or after convert it into py file?

  • @huynhduyphuong7787
    @huynhduyphuong7787 Год назад

    how can you change the pages without call any signal clicked.connect in __init__ of mainWindow
    I see you just define some function such as on_home_btn_1_toggled,... and don't need call self.ui.home_btn_1.clicked.connect(self.on_home_btn_1_toggled()) in your __init__?? Is there any linked I haven't understand here??
    Thank you so much

    • @codequestions
      @codequestions  Год назад

      This is from C++. when you create C++ programs with qt, the function is automatically created in *.h file.

    • @huynhduyphuong7787
      @huynhduyphuong7787 Год назад

      @@codequestionsit means that on'_button_name_'toggle is built in function and it id automatically called when the butoon toggle and we don't need do anything else, right?

    • @huynhduyphuong7787
      @huynhduyphuong7787 Год назад

      can you give me the link talk about those functions, I don'f find any document whoch mention about them

    • @codequestions
      @codequestions  Год назад

      @@huynhduyphuong7787 can we chat with discord? Then I can send you the screenshot of the book I learn it from. This is a Chinese book,but I think we can translate to English

    • @huynhduyphuong7787
      @huynhduyphuong7787 Год назад

      @@codequestions yeah of course, can you give me link your discord

  • @tuongnguyenvan7951
    @tuongnguyenvan7951 Год назад

    How do you do this step? 10:35

    • @codequestions
      @codequestions  Год назад

      just add QStackedWidget into QWidget, then add QLabel into each page

  • @ironF5
    @ironF5 2 года назад

    my QCompleter code works, with QLineEdit and QTextEdit as well.
    now i have another query
    normally QCompleter code words when a list of words is provided, and QCompleter matches a word from that list and provide suggestions
    what to do if i have dictionary, key value pair
    in case of keyvalue pair, i want the QCompleter code to search on Key item and suggest the value item.
    please make a video on it if possible.!

    • @codequestions
      @codequestions  2 года назад

      ruclips.net/video/8BteC_WGnRs/видео.html

    • @codequestions
      @codequestions  2 года назад

      Do you watch this video? I think it may help you

    • @codequestions
      @codequestions  2 года назад

      @@ironF5 this is a smaple example for the function that you want
      def InitCompleter(self):
      self.data = {
      "word": "defination",
      "word1": "defination of word1",
      "word2": "defination of word2",
      "word3": "defination of word3",
      }
      completer = QCompleter(self.data.keys())
      self.lineEdit = self.ui.lineEdit
      self.lineEdit.setCompleter(completer)
      def on_lineEdit_textChanged(self, text):
      defination = self.data.get(text)
      if defination:
      self.ui.label.setText(defination)

    • @ironF5
      @ironF5 2 года назад

      @@codequestions hello, the minimum working code is pasted below that works at my end. when i press 'w' it suggests all words starting from 'w'(like a normal QCompleter), whereas i want the content of the corresponding second column (QCompleter working should be on the first column but the suggestions should be from second column)
      code start after this line
      _____________________________
      import sys
      from PyQt5.QtWidgets import (
      QApplication,
      QCompleter,
      QLineEdit,
      QVBoxLayout,
      QWidget
      )
      data = {
      "word": "defination",
      "word1": "synonym of word1",
      "word2": "example of word2",
      "word3": "working of word3",
      }
      class mywin(QWidget): # doesnot work with QMainWindow
      def __init__(self):
      super(mywin,self).__init__()
      self.initUI()
      def initUI(self):
      vbox=QVBoxLayout()
      self.setWindowTitle('Ayyaz application')
      self.setGeometry(200,200,400,200)
      self.l=QLineEdit()
      completer=QCompleter(data.keys())
      self.l.setCompleter(completer)
      vbox.addWidget(self.l)
      self.setLayout(vbox)
      def mymain():
      app = QApplication(sys.argv)
      win=mywin()
      win.show()
      sys.exit(app.exec_())
      if __name__=='__main__':
      mymain()
      ________________
      code ends before this line

    • @codequestions
      @codequestions  2 года назад

      @@ironF5 whats the purpose of your app? if you just want search the value by the key. I think it’s no matter where the result shows. If you want to show result in the lineEdit, change the label to LineEdit. But if you want to show the value as suggestions list by input key word. I don’t know how to do it. I don’t think it works.

  • @RPXGAMING01
    @RPXGAMING01 Год назад

    can you please help me with this i used the same code in the video but cant pass 14:00
    Error:
    Traceback (most recent call last):
    File "C:\OneDrive\Documents\main.py", line 20, in
    window = MainWindow()
    ^^^^^^^^^^^^
    File "C:\OneDrive\Documents\main.py", line 12, in __init__
    self.ui.setupUi(self)
    File "C:\OneDrive\Documents\main.py", line 16, in setupUi MainWindow.setMinimumSize(QtCore.QSize(0, 40))
    TypeError: arguments did not match any overloaded call:
    setMinimumSize(self, minw: int, minh: int): argument 1 has unexpected type 'QSize'
    setMinimumSize(self, s: QSize): argument 1 has unexpected type 'QSize'

    • @codequestions
      @codequestions  Год назад

      It’s hard to debug without code.

    • @RPXGAMING01
      @RPXGAMING01 Год назад

      is there anyway to contact you to help me solve it

    • @codequestions
      @codequestions  Год назад

      @@RPXGAMING01 you can find a discord link in the top of my channel page

  • @simbapfaira1340
    @simbapfaira1340 Год назад +1

    This is beautiful🥵🥵

  • @regisgambiza1808
    @regisgambiza1808 2 года назад

    share the code please?

    • @codequestions
      @codequestions  2 года назад +1

      github.com/ingwant/PyQt5-Video-Book.git

  • @ТаняАнтонова-с8г

    Qt модель питон

  • @chanceybassell1202
    @chanceybassell1202 2 года назад

    PЯӨMӨƧM ❗