PyQt
QSettings - Sync issue between two process
I am using Qsettings for non gui products to store its settings into xml files. This is written as a library which gets used in C, C++ programs. There will be 1 xml file file for each product. Each pr[详细]
2023-03-30 20:54 分类:问答PYQT QSplitter issue
I use QSplitter and I found out that the minumum width of a widget in the splitter is32 pixels (and 23 pixels in height). Does anybody body knows how[详细]
2023-03-30 10:27 分类:问答Creating simple form with qt-designer and pyqt
I\'m trying to run my first application in pyqt. My form looks fine when I\'m doing preview in designer:[详细]
2023-03-30 05:02 分类:问答In QT::QDIR need to display treeview directory structure with filtering specific folders which should not be displayed
Using QT::QDIR, i m trying to display the set of directories in Treeview as it is displayed in Windows explorer when u select the folders icon.[详细]
2023-03-29 13:35 分类:问答How do you set up multiple multithreaded QWebViews in PyQt?
I am trying to make an application in Python using PyQt that can fetch the generated content of a list of URLs and process the fetched source with the help of multiple threads. I need to run about ten[详细]
2023-03-29 13:11 分类:问答Python select.select() error 10022 on windows
I got class (subclassed from QThread), that recieve data from server at many sockets by select.select():[详细]
2023-03-29 11:41 分类:问答Set background text
Does anyone know how I can set back开发者_StackOverflow中文版ground text for a QListWidget? I\'ve previously used[详细]
2023-03-29 11:14 分类:问答How to extract image content in PyQt WebKit
I am writing a image scraper using Pycurl by sending forged requests which is the same with the results by the http analyzer to the website server. Using the http analyzer[详细]
2023-03-29 04:45 分类:问答Hyperlinks in QTreeView
I\'m trying to display clickable links within a QTreeView.I\'ve created my own QStyledItemDelegate, and I can draw text that looks like a link, but isn\'t clickable like a[详细]
2023-03-29 02:19 分类:问答PyQt4: Interrupt QThread exec when GUI is closed
I have a PyQt4 GUI that has three threads.One thread is a data source, it provides numpy arrays of data.The next thread is a calculation thread, it takes the numpy array (or multiple numpy arrays) via[详细]
2023-03-29 01:34 分类:问答