None

pyqt

Posts about pyqt

There are 7 stories and 49 posts tagged pyqt


Articles tagged pyqt

DBUS-reactor, or AsusOSD must die!

2009-12-03 15:04:28
...

PyQt by Example detour: QGraphicsScene and friends session1

2009-11-29 20:54:12
...

PyQt By Example (Session 5)

2009-03-15 19:09:37
...

PyQt By Example (Session 4)

2009-03-07 00:24:04
...

PyQt by Example (Session 3)

2009-03-04 15:13:56
...

PyQt by Example (Session 2)

2009-03-03 13:09:56
...

PyQt by Example (Session 1)

2009-03-01 23:38:25
...

Posts tagged pyqt

This is why Qt (and PyQt) are cool

2010-07-24 20:37:48
Alejandro Dolina once wrote (and this is from memory that's probably 25 years old) of a round table discussing " What's Tango? " , and how after two hours of discussing the nature, characteristics and history of tango, one of the members of the panel picked up a bandoneón, played " El apache argentino " stood up and left without saying a word. ...

Desktop apps and clouds (with video)

2010-07-23 02:50:30
I enjoy creating desktop applications. That means I may be a member of a dying breed, since web apps are going to make us all obsolete next week, but I do enjoy doing it. ...

Slow-Slow and Fast-Fast (video)

2010-07-17 03:53:51
My previous post explained how to cache whole web pages as images. Now see it in action. This is a lightweight RSS reader, optimized for comic books (but it works for any feed) and for offline use (but it works online too, of course). ...

What's wrong with this dialog?

2010-05-12 20:08:34
I am writing a book. And I am writing a chapter about UI design. And why not use the Internet? ...

I am posting very little because I am writing a lot.

2010-04-11 05:12:31
I am just not writing here. I am writing a book instead. ...

Hacked on kuatia for a couple of hours...

2010-03-03 19:28:21
As mentioned previously, I am hacking a bit on a proof-of-concept word processor. Right now, it's hosted on googlecode and called kuatia . ...

Marave 0.7 released

2010-02-25 11:16:12
I just uploaded version 0.7 of Marave, my fullscreen text editor to http://marave.googlecode.com ...

A teaser for an idea

2010-02-24 14:13:30
I have been thinking on what I really really want in a word processor. And then what would it take to create such a thing. ...

Editor: a better QTextEdit

2010-02-23 14:23:06
Writing an editor is reinventing the wheel. I know that. I tell myself Marave is a fine wheel, with distinct features, and I think that is true, but, if you are reinventing the wheel, there's no need to reinvent the axle and the spoke, too. ...

Are we really this clueless about software costs?

2010-02-22 00:54:03
Here's what Ohloh has to say about the cost of developing Marave ...

Marave 0.6 is out

2010-02-21 21:49:36
Version 0.6 of Marave, my peaceful, fullscreen text editor is now available at the usual place: http://marave.googlecode.com ...

The aha! moment

2010-02-19 22:07:00
I had a small task today in Marave . The goal was: ...

Extending Marave

2010-02-18 18:50:20
Marave is a text editor. If there's one thing that's true of most text editors, it's this: they lack the exact features you need. ...

Yak Shavings for February 16, 2010

2010-02-16 19:20:42
yak shaving ...

How to implement "replace all" in a QPlainTextEdit

2010-02-15 18:47:19
This is not interesting for almost noone, but since my google-fu didn't let me find it and it was a bit of a pain to do: ...

Marave 0.5 is out!

2010-02-12 22:25:37
Just uploaded Marave 0.5 to the usual place . Marave is a relaxed, fullscreen text editor that tries not to distract you. ...

Packaging and shipping is HARD

2010-02-11 14:00:22
I have worked really hard on Marave , a full screen editor in the style of ommwriter, DarkRoom, WriteRoom, pyRoom, etc. I have worked very hard and I want users to use it. ...

Marave 0.4 is out!

2010-02-09 16:04:44
Version 0.4 of Marave, a distraction-free fullscreen editor is out at http://marave.googlecode.com ...

Marave 0.3 is out!

2010-02-08 21:17:12
Version 0.3 of Marave, a distraction-free fullscreen editor is out at http://marave.googlecode.com ...

Marave 0.2 is out!

2010-02-07 19:49:07
Version 0.2 of Marave, a distraction-free fullscreen editor is out at http://marave.googlecode.com ...

Marave 0.1 released, please test!

2010-02-04 19:58:09
The first " good " version of Marave my relaxing text editor is out! ...

New project: marave, a relaxed text editor

2010-01-28 20:05:16
Announcement: ...

Happy 10th blogiversary to me!

2010-01-19 14:12:42
Since yesterday this blog is ten years old so, time for some history. ...

python-keyring is seriously nice

2009-12-21 14:39:33
Many programs require passwords from the user. ...

New 24-hour app coming (not so) soon: foley

2009-12-16 17:12:35
First a short explanation: ...

Making a unique application using python and DBUS

2009-12-11 11:04:01
No, not unique in the sense " oh, this app is a special snowflake " , but unique in the sense " you can only run one copy of this application " . ...

DBUS-reactor, or AsusOSD must die!

2009-12-03 15:04:28
How to write a tiny python app (less than 50 lines) that reacts to events on the DBUS buses. For example, displaying a notification when you press one of your keyboards' special keys. ...

I knew not doing it was smarter, or how HTML5 and Qt do my work for me.

2009-12-03 10:44:16
I wrote a while ago a RSS program called uRSSus . I expect I am the only user of it because it has some problems (all of them my fault ;-) but I really like it. ...

A (very) quick tutorial: QGraphicsScene and friends part 1

2009-11-29 22:16:08
This is not really part of my PyQt by Example series but since it's a totally unrelated topic that would be impossible to connect to it, but is still a PyQt tutorial and shares the concept so, here it is. ...

24-hour app #1: Die Schere, a video editor

2009-10-23 23:27:27
I have long known that application development is an arduous process. I have also long suspected one of the reasons it's arduous is the developer. I should be more specific, I am one of the reasons. ...

Bookrest: the stylesheet editor in action

2009-10-02 22:58:02
As usual, a video showing it: ...

Bookrest: it was meant to be a stylesheet editor.

2009-09-28 11:24:05
In my original post about it I was referring to Bookrest as a stylesheet editor for rst2pdf , because that's what I wanted, a way to test style changes and see what they did. ...

It shall be called Bookrest, and it has an outline view.

2009-09-25 14:35:29
Yes, the program known so far as " my rst2pdf editor/previewer application " is now called Bookrest. ...

rst2pdf previewer: a new feature

2009-09-23 18:43:55
I am in the middle of that honeymoon you get starting a new app. Every new feature seems tobe just 50 lines of code away, there is no legacy code (in fact, you are creating that legacy code), and you learn new tricks all the time. ...

More fun with rst2pdf, poppler and PyQt

2009-09-22 13:33:36
First: I really, really need a name for this thing. I am tired of saying " my rst2pdf previewer/editor app " . ...

Yak Shavings for September 22, 2009

2009-09-22 04:01:38
yak shaving ...

Yak Shavings for september 21, 2009

2009-09-21 10:17:03
yak shaving ...

Having a little fun with poppler, PyQt and rst2pdf

2009-09-19 14:49:38
Inspired by a post by André Roberge I wanted to see if rst2pdf was too slow to be used for real-time previews in a restructured text editor. ...

PyQt by Example (Session 4) in spanish! (and some thanks)

2009-04-12 10:32:24
Thanks to Leonardo De Luca, session 4 is now available in spanish ...

PyQt by Example (Session 3) in spanish!

2009-04-09 10:44:56
Thanks to Nicolás Miyasato, session 3 is now available in spanish . ...

PyQt by example (Session 2) in spanish!

2009-04-07 10:44:56
Thanks to Nicolás Pace, session 2 is now available in spanish . ...

Translations coming

2009-03-17 21:10:53
The spanish translations of most sessions of " PyQt by Example " are almost done, thanks to several volunteers. ...

PyQt By Example (Session 5)

2009-03-15 19:09:37
I am finally publishing my LatinoWare 2008 tutorial, in revised and expanded form. It will probably be a 10-part series, and here is session 5 . ...

Session 5 is slightly delayed

2009-03-12 00:59:36
I planned to have it ready for today, but my current consulting job (migrating a firm from Exchange to FLOSS) is getting a bit gnarly (mostly because of Outlook 2000) (Yes, I know). ...

PyQt by Example (Session 1) available in spanish, and other updates

2009-03-09 16:36:03
Thanks to Sebastián Bassi, there is now a spanish translation of the first part of the series. You can read it here . ...

PyQt by Example (Session 4)

2009-03-07 00:24:03
I am finally publishing my LatinoWare 2008 tutorial, in revised and expanded form. It will probably be a 10-part series, and here is session 4 . ...

PyQt by example (Session 3)

2009-03-04 15:13:56
I am finally publishing my LatinoWare 2008 tutorial, in revised and expanded form. It will probably be a 10-part series, and here is session 3 . ...

PyQt by example (Session 2)

2009-03-03 14:23:35
I am finally publishing my LatinoWare 2008 tutorial, in revised and expanded form. It will probably be a 10-part series, and here is session 2 . ...

PyQt by example (Session 1)

2009-03-01 23:38:25
I am finally publishing my LatinoWare 2008 tutorial, in revised and expanded form. It will probably be a 10-part series, and here is session 1 ...

View My Stats