Custom Widgets Using PyQt

This tutorial will show you how to create custom widgets using PyQt.“Everyone who has programmed applications knows that sometimes you create a gadget that can be reused in other situations, and that code reuse is good.


In the specific case of GUI applications, often what you would want to reuse is a widget.


For example, you took one of the toolkit’s widgets and extended its functionality in a way you think has wide application, and you intend to reuse it on future work.


So, what we will try to do is figure out how we can create easy-to-reuse custom widgets using PyQt.


Our example custom widget will be a RestructuredText editor. Why? Because I need one!”


Read the tutorial at PYCS.


On other Python news, Amiga.org reports that AmigaPython 2.3.3 alpha 2 is released.

19 Comments

  1. 2004-04-04 1:30 pm
  2. 2004-04-04 2:04 pm
  3. 2004-04-04 3:12 pm
  4. 2004-04-04 7:17 pm
  5. 2004-04-04 7:43 pm
  6. 2004-04-04 8:38 pm
  7. 2004-04-04 9:55 pm
  8. 2004-04-05 12:52 am
  9. 2004-04-05 3:28 am
  10. 2004-04-05 4:40 am
  11. 2004-04-05 6:23 am
  12. 2004-04-05 7:38 am
  13. 2004-04-05 9:58 am
  14. 2004-04-05 5:15 pm
  15. 2004-04-05 5:46 pm
  16. 2004-04-05 7:15 pm
  17. 2004-04-05 7:51 pm
  18. 2004-04-05 11:16 pm
  19. 2004-04-06 8:36 am