Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Login screen (How to?)
Forum Updated to NodeBB v4.3 + New Features

Login screen (How to?)

Scheduled Pinned Locked Moved Unsolved General and Desktop
26 Posts 4 Posters 13.4k Views 4 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • cxamC Offline
    cxamC Offline
    cxam
    wrote on last edited by cxam
    #21

    @SGaist So... http://postimg.org/image/7djf0eb6v/ like this?

    Stay Hungry, Stay Foolish

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #22

      Looks like it but why do you have two different projects ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      cxamC 1 Reply Last reply
      1
      • SGaistS SGaist

        Looks like it but why do you have two different projects ?

        cxamC Offline
        cxamC Offline
        cxam
        wrote on last edited by
        #23

        @SGaist I'm sorry, The first one is the old one and the second one is the new one. Ok now I think I understand how it works hahah, thanks for your help. Let's see if I can learn how Qt works. By the way... Do you know any good tutorial for qt ?

        Stay Hungry, Stay Foolish

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #24

          Well, you can start by looking at Qt's own documentation for tutorials. Since you are using Designer it also has a nice documentation to help you get started.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • cxamC Offline
            cxamC Offline
            cxam
            wrote on last edited by
            #25

            @SGaist Well, I did start from there but I found it too complicated I mean, the documentation seems that is the place where you go to double check things or to search a certain thing but I need something more like a guide or a book or something like that hahah

            Stay Hungry, Stay Foolish

            1 Reply Last reply
            0
            • mrjjM Offline
              mrjjM Offline
              mrjj
              Lifetime Qt Champion
              wrote on last edited by mrjj
              #26

              Hi
              I find this book good for inspiration on how classes fits together.
              http://www.bogotobogo.com/cplusplus/files/c-gui-programming-with-qt-4-2ndedition.pdf

              Look for "Signals and Slots in Depth".

              This is for Qt4 and its important to know that you can make use of Designers ability to
              auto connect instead of code as shown in book.

              Right click and select Goto Slot. Then choose released() .
              It will then create a function (slot) for you that will be called when button is pressed and released.
              The name is important so no rename. (for auto connect to work)

              Also, there many good videos on youtube for how to use Designer.

              1 Reply Last reply
              3

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved