Py In My Eye
Python 3, Tkinter, PyQt4, snippets, etc.
Page List
(Move to ...)
File: demopanels.py
▼
Monday, April 30, 2012
Find unique characters in a string
›
An example of finding unique characters in a string using set and re testStr = 'AAA 7 BBBB C 1 DDD d Y ZZ 3' ''.join( s...
Wednesday, February 1, 2012
Qt License Wizard Example
›
The following is based on the Qt License Wizard Example which creates a complex (non-linear) wizard. Modified the original example to p...
Tuesday, January 31, 2012
Qt 4.8 Basic Sort/Filter Model Example - Part 1
›
The following code is based on the Qt 4.8 Basic Sort/Filter Model Example ; listed under Qt Item Views Examples . The original example has ...
Qt 4.8 Basic Sort/Filter Model Example - Part 2
›
In Part 2 the underlying model is created and populated with demo data. The proxy view is initially set to sort alphabetically on the Sender...
Qt 4.8 Basic Sort/Filter Model Example - Part 3
›
In Part 3 the slots to handle user events are implemented and an initial Regular Expression filter is setup. #!/usr/bin/env python3 #...
Monday, January 30, 2012
Qt 4.8 Address Book Example - Part 1
›
The following code is based on the Qt Address Book Example , one of their ItemViews Examples . The example uses QTableView , QTabWidget ...
Qt 4.8 Address Book Example - Part 2
›
Part 2 implements the methods and classes needed to initialize the AddressWidget ; this includes the full implementation of the TableModel ...
‹
›
Home
View web version