Results 1 to 20 of 27

Thread: Drawing standard widgets using a custom paint engine

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Drawing standard widgets using a custom paint engine

    A lot of brainstorming... pitty we didn't come to an acceptable solution.
    This is one of the great things about QtCenter :-)
    Regarding an "acceptable" solution - it depends what you define as acceptable.
    I was looking for a responsive gui objects, drawn with OpenGL.
    I did manage to have a QPushButton to draw its self in an OpenGL context, but is was just a "shadow" of a button, it did not react to input (obviously).
    But as I said, this should be possible acourding to the talk from DevDays.
    God, I missed that chat
    Yes, the problem with this, is that you wait with 10 other guys after the presentation, and the guy is really stressed out, so he answerd REAL quick both because he is stressed out, and, because he knows it like the back of his hand, so its really hard to keep up, since you are both trying to understand AND remember...
    Unfortunately, I didn't deal with this issue after DevDays so I forgot exactly what he told me.
    But, at least we know it is definetly possible.
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Drawing standard widgets using a custom paint engine

    Quote Originally Posted by high_flyer View Post
    Unfortunately, I didn't deal with this issue after DevDays so I forgot exactly what he told me.
    You can ask again this year

  3. #3
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Drawing standard widgets using a custom paint engine

    Good point! :-)
    Will you (and Jacek) come this year too?
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Drawing standard widgets using a custom paint engine

    Quote Originally Posted by high_flyer View Post
    Will you (and Jacek) come this year too?
    Probably yes, unless there happens to be a problem with a need of being in two places at the same time.

  5. #5
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Drawing standard widgets using a custom paint engine

    Ahh... that is no problem at all, just start a new (execution) thread!
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  6. #6
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Drawing standard widgets using a custom paint engine

    Quote Originally Posted by high_flyer View Post
    Ahh... that is no problem at all, just start a new (execution) thread!
    There is a single processing unit, so one still can't do two things (separated by a distance of few hundred kilometres) at the same time. Context switching in this case is really expensive in both terms of time and money.

    But let's not hijack the thread If you want to talk about it, start answering emails

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.