python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Firebase authentication process for Python desktop application
I want some help with the database implementation in my project.
The final implementation:
Website:
I want to make a (flask) website where the user can create or delete an account.
Desktop application...
Andreas Cent
Votes: 0
Answers: 1
Disable tabs activation when scrolling PyQT QTabWidget
I have QTabWidget in my PyQT5 application on linux. Here is a demo
I have problem with scrolling that you can see in my video. When i scrolls througth tabs by using middle mouse or touchpad tabs activ...
Tut budet Ima
Votes: 0
Answers: 1
"mouseMoveEvent" only triggers by clicking and dragging but I need to detect it hovering over
I'm trying to color a label whenever the mouse passes over the program or "MainWindow" and the program only changes the color if I click and drag, any other operation like just clicking or j...
Rafael MR
Votes: 0
Answers: 2
PyQt5 updating nested QWidgets
I am trying to code my first PyQt project and want to update both the textfield on the right and the plot on the left when I choose the New Pattern option from the menu bar. I think that the actions f...
Galvin Hoang
Votes: 0
Answers: 1