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
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
I\'m trying to run my first application in pyqt. My form looks fine when I\'m doing preview in designer:
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.
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
I got class (subclassed from QThread), that recieve data from server at many sockets by select.select():
Does anyone know how I can set back开发者_StackOverflow中文版ground text for a QListWidget? I\'ve previously used
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
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
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