Results 1 to 4 of 4

Thread: [Question] Non standard-widget program

  1. #1
    Join Date
    Mar 2014
    Posts
    17
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows

    Default [Question] Non standard-widget program

    I'm working on a program, i prototyped the GUI and it's looks like this:
    Untitled_Page (1).jpg

    the problem is that i don't know how to design this GUI.
    should i use QtQuick for this? or i can do that like any regular Qt program?

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: [Question] Non standard-widget program

    That should work with both QtQuick and QtWidgets

    Cheers,
    _

  3. #3
    Join Date
    Mar 2014
    Posts
    17
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows

    Default Re: [Question] Non standard-widget program

    it's simple with QtQuick
    but how can i do that with QtWidgets?

  4. #4
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: [Question] Non standard-widget program

    What kind of problem do you see with widgets?

    Layouting is probably a couple of nested layouts or a grid layout.
    The two buttons should be straight forward, the search field might need a bit of customization on top of a line edit, the list view on the right looks also pretty easy.
    The center view could either be a list view or a scroll area with an instance of a custom widget per entry.

    Cheers,
    _

Similar Threads

  1. Replies: 1
    Last Post: 29th May 2010, 00:01
  2. Closing program when widget is closed.
    By metdos in forum Newbie
    Replies: 27
    Last Post: 30th July 2009, 14:14
  3. Replies: 2
    Last Post: 2nd June 2008, 09:45
  4. Question about standard shortcuts
    By y.shan in forum Qt Programming
    Replies: 5
    Last Post: 3rd December 2007, 16:05
  5. Memory question - scribble example program
    By Franco9 in forum Qt Programming
    Replies: 1
    Last Post: 17th October 2006, 04:18

Tags for this Thread

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.