PyQt
pyQt equivalent of asyncore/asynchat
Is there an equivalent of asyncore/asynchat in pyQt ? If not, then i trust there wouldn\'t be a problem by just using asy开发者_Python百科ncore/asynchat in a client-server GUI application, right?Yes,[详细]
2023-03-19 14:55 分类:问答How to do ignore quit() **and hide()** main window in closeEvent() in PyQt?
I want to do ignore quit and hide main window in closeEvent(), but closeEvent couldn\'t ignore program exit() while press Command-Q.[详细]
2023-03-19 12:34 分类:问答Turn a pyqt application into a client-server application
I am developping an application using PyQt. I didn\'t plan in from the start but I would need to turn this application into a client-server application : centralize the code and have potentially many[详细]
2023-03-18 02:11 分类:问答Storing python dates in sqlite3
is not there any way to store python dates or pyqt4 dates (QDate) in sqlite3 ? I\'d not like to use sqlite\'s date types since i\'ll need to find the difference between dates that i\'ll store.That\'s[详细]
2023-03-18 01:09 分类:问答PyQt - Radiobuttons not checkable
I want to display the result of an SQL query with radio buttons. For this purpose, I use an array of radiobuttons. This works fine, it displays what I want. The problem I have is that the buttons are[详细]
2023-03-17 19:47 分类:问答PyQt : give a color to all the textof an application
I would like to change the look of my application in PyQt. I want all the text (in the butto开发者_如何学Cns, labels and such) to be white for exampel, and all the buttons to be a certain color.[详细]
2023-03-17 13:29 分类:问答PyQt: Access objects while using threading
I’m currently working on a small markdown-editor, but I have a problem: While being very fast, the markdown module can’t do magic, and because it processes the whole text every time something is ch[详细]
2023-03-17 11:00 分类:问答QT widget signals - comprehensive list?
Looking for a comprehensive listing of the various SIGNALS emitted by the b开发者_StackOverflowuilt in QT4 widgets. Have looked around - can\'t seem to find one. (Using PyQT 4.x and Python 3.2)[详细]
2023-03-17 09:21 分类:问答How to create a scrollable QVBoxLayout?
I\'m trying to put a QVBoxLayout inside a QScrollArea in order for it to be scrollable vertically. However开发者_StackOverflow items don\'t seem to be added to it.[详细]
2023-03-17 05:15 分类:问答QBoxLayout stretches its widgets when resizing it's containing ScrollArea, rather than scrolling
I have a ScrollArea, containing a VBoxLayout containing several Labels: realmScroll = QScrollArea(self.container.widget())[详细]
2023-03-16 21:26 分类:问答