Тёмный

PyQt5 Programs | Sidebar example of application 

CodeQuestions
Подписаться 2,6 тыс.
Просмотров 61 тыс.
50% 1

Опубликовано:

 

14 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 113   
@blackjack_26
@blackjack_26 9 месяцев назад
You rescued my univesity project. God bless you
@codequestions
@codequestions 9 месяцев назад
Glad I could help!
@mtmotoki2
@mtmotoki2 8 месяцев назад
I just started learning PyQt, your video was very helpful.
@codequestions
@codequestions 8 месяцев назад
Glad it was helpful!
@francescoanastasio2021
@francescoanastasio2021 10 месяцев назад
This channel is a discovery! FInally someone who knows how to program professionally. You should turn all these videos in a udemy online course.
@codequestions
@codequestions 10 месяцев назад
Appreciate it!
@cornevanzyl5880
@cornevanzyl5880 10 месяцев назад
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
@codequestions
@codequestions 9 месяцев назад
Yes, I agree with you
@rinaaiko5619
@rinaaiko5619 6 месяцев назад
you saved my university project
@berkinylm
@berkinylm 8 месяцев назад
You are pure gold
@335haan5
@335haan5 9 месяцев назад
im crying, tysm finally a comprehensive tutorial
@codequestions
@codequestions 9 месяцев назад
😂😂😂
@incremental_failure
@incremental_failure 5 месяцев назад
Seems like Qt is pushed hard in universities now, lol. But a lot of good info here and you're very proficient with Designer.
@milan_085
@milan_085 6 месяцев назад
Thank you so much for your efforts.👏👏🔥🔥
@nasurudeenr7849
@nasurudeenr7849 8 месяцев назад
very nice more details. Rocking man....
@damahouxp
@damahouxp Год назад
Super super cool; thanks for generosity!
@Asm0nd
@Asm0nd Год назад
Thank you for sharing this. Awesome! Keep going!
@Sylarman1
@Sylarman1 4 месяца назад
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 4 месяца назад
Just put some labels into each page for identiting pages
@_workenx_3764
@_workenx_3764 8 месяцев назад
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
@jotarojoestar1399
@jotarojoestar1399 3 месяца назад
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?
@aliyananwar7633
@aliyananwar7633 4 месяца назад
Your channel is awesome thanks for such great content
@codequestions
@codequestions 4 месяца назад
Glad you enjoy it!
@untizioqualunque2466
@untizioqualunque2466 3 месяца назад
goated video
@omer-halaby
@omer-halaby 10 месяцев назад
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 10 месяцев назад
Make sure you have the QLabel for logo first.
@omer-halaby
@omer-halaby 10 месяцев назад
@@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!
@captainmustard1
@captainmustard1 10 месяцев назад
everything work well for me. Good Video. Thank you :D
@codequestions
@codequestions 10 месяцев назад
Great to hear!
@alirics
@alirics 11 месяцев назад
Hi! Very nice video! I have one question: Why my icons are not changing colors after I clicked on them?
@codequestions
@codequestions 11 месяцев назад
When you set the icon for button in designer, you need to set different icons for on and off
@IEEE7
@IEEE7 6 месяцев назад
freaking legend
@Raybow-vq8mj
@Raybow-vq8mj Год назад
really helpful, thank you very much❤
@codequestions
@codequestions Год назад
Glad it was helpful!
@emrahkaplan2228
@emrahkaplan2228 11 месяцев назад
Thank you. Very good job.
@codequestions
@codequestions 10 месяцев назад
Glad it was helpful!
@_desouzaa_
@_desouzaa_ 7 месяцев назад
👏👏👏👏👏👏👏👏
@abloh123
@abloh123 6 месяцев назад
You are GOAT
@edmonddeng3577
@edmonddeng3577 Год назад
Awesome work!
@ironF5
@ironF5 2 года назад
what is QAbstractItemModel in QComplete, i cannot quite comprehend it ! can u elaborate it!
@kirubakaran9852
@kirubakaran9852 Месяц назад
My images are not shown in vscode except image others are working good
@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
@ironF5
@ironF5 Год назад
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 Год назад
The objectname should not be duplicate in one ui file
@ironF5
@ironF5 Год назад
@@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 Год назад
@@ironF5 just use designer to create the ui
@taominh
@taominh Год назад
please make more tutorial videos like this. about set signal/slot for function
@codequestions
@codequestions Год назад
Sure. Since I have time, I will do more videos
@taominh
@taominh Год назад
@@codequestions❤️
@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.
@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
@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
@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 года назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-8BteC_WGnRs.html
@codequestions
@codequestions 2 года назад
Do you watch this video? I think it may help you
@codequestions
@codequestions Год назад
@@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 Год назад
@@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 Год назад
@@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.
@ashwinkumar5223
@ashwinkumar5223 7 месяцев назад
What's the name of this editor you used here
@codequestions
@codequestions 7 месяцев назад
capcut
@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...
@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.
@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 Год назад
@@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 Год назад
@@ironF5 Congratulations!
@ironF5
@ironF5 Год назад
@@codequestions thank you.. is there any library that gives synonyms and antonyms like this spell check? preferably offline (like this spellcheck example)??
@ironF5
@ironF5 Год назад
@@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!
@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.
@ucphanai4286
@ucphanai4286 11 месяцев назад
My icon doesn't show up when I conver ui -> py
@codequestions
@codequestions 10 месяцев назад
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 10 месяцев назад
@@codequestions I just use your resource file, but still cannot show the icons ;-;
@codequestions
@codequestions 10 месяцев назад
Please watch this video starting at 12:13 #19 - Create main PY file for starting app@@ucphanai4286
@codequestions
@codequestions 10 месяцев назад
@@ucphanai4286 11:43 #18 - Convert the UI file to PY file
@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?
@simbapfaira1340
@simbapfaira1340 Год назад
This is beautiful🥵🥵
@codequestions
@codequestions Год назад
Thanks
@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
@tuongnguyenvan7951
@tuongnguyenvan7951 Год назад
How do you do this step? 10:35
@codequestions
@codequestions Год назад
just add QStackedWidget into QWidget, then add QLabel into each page
@regisgambiza1808
@regisgambiza1808 2 года назад
share the code please?
@codequestions
@codequestions 2 года назад
github.com/ingwant/PyQt5-Video-Book.git
@ТаняАнтонова-с8г
@ТаняАнтонова-с8г 10 месяцев назад
Qt модель питон
@chanceybassell1202
@chanceybassell1202 Год назад
PЯӨMӨƧM ❗
Далее
Flipping Robot vs Heavier And Heavier Objects
00:34
Просмотров 39 млн
РЫБКА С ПИВОМ
00:39
Просмотров 521 тыс.
I coded one project EVERY WEEK for a YEAR
13:13
Просмотров 659 тыс.
Modern Graphical User Interfaces in Python
11:12
Просмотров 1,6 млн
Redis за 20 минут
23:22
Просмотров 146 тыс.
Flipping Robot vs Heavier And Heavier Objects
00:34
Просмотров 39 млн