Menu

#1 vertical picture widget

Unstable (example)
open
nobody
5
2008-02-15
2008-02-15
Udo Spallek
No

Imagewidget: Do no longer show the text, just the icons, and a ballon help with the text for saving space.
Moved the three open, save, remove buttons under the picture, because horicontal space is short.
Changing some tooltips.
You need a special noimage.png for a placeholder picture on empty elements. In the next patch I provide one.

Discussion

  • Udo Spallek

    Udo Spallek - 2008-02-15

    diff against r411

     
  • Albert Cervera Areny

    Logged In: YES
    user_id=586300
    Originator: NO

    I that now that we modify the image widget, why not making it using an .UI file, like other "complex" widgets? Do you think you can do it?
    Also in the patch I see:
    + pix = QPixmap()
    + self.image = file('ui/images/noimage.png').read()
    + pix.loadFromData(self.image)
    You can load the image with QPixmap's load function directly. This will allow using resource files which Python can't handle.

     
  • Udo Spallek

    Udo Spallek - 2008-02-16

    Logged In: YES
    user_id=1433673
    Originator: YES

    Ok, I will give it a try to make the imagewidget to an ui/image.ui file. Maybe next week.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.