Results 1 to 7 of 7

Thread: am I wierd?

  1. #1
    Join Date
    Aug 2010
    Location
    Gothenburg, Sweden
    Posts
    2
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default am I wierd?

    I just wonder if its me that are wierd, or what.
    Almost all applications I can see on the www that pople made with qt,are using the designer so they get the UI file. I just hate those files.

    But thats me. Am I wierd?:P
    --------------------------------
    StampeCarlsson
    Programmer
    Webbdesigner
    Syntaxwebb.se

  2. #2
    Join Date
    Jan 2006
    Location
    Belgium
    Posts
    1,938
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanked 268 Times in 268 Posts
    Wiki edits
    20

    Default Re: am I wierd?

    It's just preference.
    I like using designer because it makes it easier to change the UI and see it right away.

  3. #3
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    6
    Thanked 348 Times in 333 Posts

    Default Re: am I wierd?

    I use the designer also. I don't see anything (mostly) when you open the ui in the designer as it's mostly layouts and subclassed widgets, but it still makes it easier for me to visualise things rather than typing code and hoping it works.

    And it's weird, not wierd. Wierd is a programming language where you use a pattern of symbols resembling wires: http://c2.com/cgi/wiki?TheWierdLanguage

  4. #4
    Join Date
    May 2010
    Location
    Romania
    Posts
    1,021
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows Android
    Thanks
    62
    Thanked 260 Times in 246 Posts

    Default Re: am I wierd?

    Short answer: You are a lil' weird

    I like to code too, so most of the times i start with empty project and code everything (i'm coming from learning <standard> C++), but sometimes the designer is the fastest way.

    From my little knowledge/experience i recommend not to exclude anything (any technology/language/framework/tool can be useful sometimes), if you like to code... go ahead and do it, but get familiar with the Designer too, you will develop a little "sense" that will tell you when to go by coding the GUI and when to do it with designer.

  5. #5
    Join Date
    Dec 2008
    Location
    Poland
    Posts
    383
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Android
    Thanks
    52
    Thanked 42 Times in 42 Posts

    Default Re: am I wierd?

    I agree to, Designer is a great help.
    Try to do simple task like changing color of the Ui elements with QStyles without Desiger. In that case I would need to recompile my code each time to see the changes, with designer I can see everything right away.
    Said that I personally use Designer only to design my Ui elements, rest of the code is in the program, I mean here especially signals, etc...
    That way I can redesigned my GUI fast (if that's needed), and that's most important to me, especially with my one core old CPU. This also helps to keep my GUI code separate from the app code.

  6. #6
    Join Date
    Jul 2009
    Location
    Enschede, Netherlands
    Posts
    462
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanked 69 Times in 67 Posts

    Default Re: am I wierd?

    You're probably only as weird as required to be a hard-core coder. I don't really enjoy using the designer either. I usually draw on paper what I want to have and then punch out some code that should do it. But we have another thread running about this somewhere.
    Horse sense is the thing that keeps horses from betting on people. --W.C. Fields

    Ask Smart Questions

  7. #7
    Join Date
    Aug 2010
    Location
    Gothenburg, Sweden
    Posts
    2
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: am I wierd?

    Quote Originally Posted by franz View Post
    You're probably only as weird as required to be a hard-core coder. I don't really enjoy using the designer either. I usually draw on paper what I want to have and then punch out some code that should do it. But we have another thread running about this somewhere.
    Ye.

    Thanks all
    --------------------------------
    StampeCarlsson
    Programmer
    Webbdesigner
    Syntaxwebb.se

Similar Threads

  1. Wierd behaviour in a slot routine
    By koenig in forum Newbie
    Replies: 7
    Last Post: 29th January 2010, 07:27
  2. QXmlResultItems wierd behavior
    By ixSci in forum Qt Programming
    Replies: 0
    Last Post: 21st August 2009, 12:23
  3. Wierd behavior when loading sqldrivers
    By BadKnees in forum Qt Programming
    Replies: 0
    Last Post: 19th March 2009, 10:32
  4. Application gets wierd when font is changed...
    By Neeraj19 in forum Qt Programming
    Replies: 1
    Last Post: 3rd October 2008, 09:32
  5. flicker and wierd resize problems ...
    By momesana in forum Qt Programming
    Replies: 1
    Last Post: 12th May 2008, 18:00

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.