跳到內容
  • 版面
  • 最新
  • 標籤
  • 熱門
  • 使用者
  • 群組
  • 搜尋
  • Get Qt Extensions
  • Unsolved
Collapse
品牌標誌
  1. 首頁
  2. Qt Development
  3. General and Desktop
  4. Qt Programming Language
Forum Updated to NodeBB v4.3 + New Features

Qt Programming Language

已排程 已置頂 已鎖定 已移動 Unsolved General and Desktop
331 貼文 17 Posters 419.3k 瀏覽 9 Watching
  • 從舊到新
  • 從新到舊
  • 最多點贊
回覆
  • 在新貼文中回覆
登入後回覆
此主題已被刪除。只有擁有主題管理權限的使用者可以查看。
  • JKSHJ JKSH

    @Annabelle said in Qt Programming Language:

    I ended up having to make a separate project, as when I put "Hi Annabelle!" and "Bye now." into the original project, it still displayed "Hello World!" in the resulting Command Prompt.

    Try to get your updated code to affect what's shown in the Command Prompt without making a separate project. If you are able to do this, you will save yourself lots of time in future exercises or projects.

    After you edit the code in your original project, remember to save your changes, then rebuild and re-run your program.

    A 離線
    A 離線
    Annabelle
    寫於 最後由 編輯
    #250

    @JKSH said in Qt Programming Language:

    @Annabelle said in Qt Programming Language:

    I ended up having to make a separate project, as when I put "Hi Annabelle!" and "Bye now." into the original project, it still displayed "Hello World!" in the resulting Command Prompt.

    Try to get your updated code to affect what's shown in the Command Prompt without making a separate project. If you are able to do this, you will save yourself lots of time in future exercises or projects.

    After you edit the code in your original project, remember to save your changes, then rebuild and re-run your program.

    That's what I did originally, and unfortunately the resulting text in the command prompt didn't change, it still said "Hello World!".

    JKSHJ 1 條回覆 最後回覆
    0
    • A Annabelle

      @JKSH said in Qt Programming Language:

      @Annabelle said in Qt Programming Language:

      I ended up having to make a separate project, as when I put "Hi Annabelle!" and "Bye now." into the original project, it still displayed "Hello World!" in the resulting Command Prompt.

      Try to get your updated code to affect what's shown in the Command Prompt without making a separate project. If you are able to do this, you will save yourself lots of time in future exercises or projects.

      After you edit the code in your original project, remember to save your changes, then rebuild and re-run your program.

      That's what I did originally, and unfortunately the resulting text in the command prompt didn't change, it still said "Hello World!".

      JKSHJ 線上
      JKSHJ 線上
      JKSH
      Moderators
      寫於 最後由 編輯
      #251

      @Annabelle said in Qt Programming Language:

      Try to get your updated code to affect what's shown in the Command Prompt without making a separate project. If you are able to do this, you will save yourself lots of time in future exercises or projects.

      After you edit the code in your original project, remember to save your changes, then rebuild and re-run your program.

      That's what I did originally, and unfortunately the resulting text in the command prompt didn't change, it still said "Hello World!".

      To clarify: Did you close the original Command Prompt window before editing, saving, rebuilding, and rerunning your program?

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      A 1 條回覆 最後回覆
      0
      • JKSHJ JKSH

        @Annabelle said in Qt Programming Language:

        Try to get your updated code to affect what's shown in the Command Prompt without making a separate project. If you are able to do this, you will save yourself lots of time in future exercises or projects.

        After you edit the code in your original project, remember to save your changes, then rebuild and re-run your program.

        That's what I did originally, and unfortunately the resulting text in the command prompt didn't change, it still said "Hello World!".

        To clarify: Did you close the original Command Prompt window before editing, saving, rebuilding, and rerunning your program?

        A 離線
        A 離線
        Annabelle
        寫於 最後由 編輯
        #252

        @JKSH said in Qt Programming Language:

        @Annabelle said in Qt Programming Language:

        Try to get your updated code to affect what's shown in the Command Prompt without making a separate project. If you are able to do this, you will save yourself lots of time in future exercises or projects.

        After you edit the code in your original project, remember to save your changes, then rebuild and re-run your program.

        That's what I did originally, and unfortunately the resulting text in the command prompt didn't change, it still said "Hello World!".

        To clarify: Did you close the original Command Prompt window before editing, saving, rebuilding, and rerunning your program?

        Yes.

        JKSHJ 1 條回覆 最後回覆
        0
        • A Annabelle

          @JKSH said in Qt Programming Language:

          @Annabelle said in Qt Programming Language:

          Try to get your updated code to affect what's shown in the Command Prompt without making a separate project. If you are able to do this, you will save yourself lots of time in future exercises or projects.

          After you edit the code in your original project, remember to save your changes, then rebuild and re-run your program.

          That's what I did originally, and unfortunately the resulting text in the command prompt didn't change, it still said "Hello World!".

          To clarify: Did you close the original Command Prompt window before editing, saving, rebuilding, and rerunning your program?

          Yes.

          JKSHJ 線上
          JKSHJ 線上
          JKSH
          Moderators
          寫於 最後由 編輯
          #253

          @Annabelle said in Qt Programming Language:

          @JKSH said in Qt Programming Language:

          @Annabelle said in Qt Programming Language:

          Try to get your updated code to affect what's shown in the Command Prompt without making a separate project. If you are able to do this, you will save yourself lots of time in future exercises or projects.

          After you edit the code in your original project, remember to save your changes, then rebuild and re-run your program.

          That's what I did originally, and unfortunately the resulting text in the command prompt didn't change, it still said "Hello World!".

          To clarify: Did you close the original Command Prompt window before editing, saving, rebuilding, and rerunning your program?

          Yes.

          Hmm, that is strange. However, without access to your PC, it's hard to tell what's wrong.

          In any case, don't let yourself be hindered by little issues like this. Be proactive, and keep working your way through the tutorials.

          Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

          A 1 條回覆 最後回覆
          0
          • JKSHJ JKSH

            @Annabelle said in Qt Programming Language:

            @JKSH said in Qt Programming Language:

            @Annabelle said in Qt Programming Language:

            Try to get your updated code to affect what's shown in the Command Prompt without making a separate project. If you are able to do this, you will save yourself lots of time in future exercises or projects.

            After you edit the code in your original project, remember to save your changes, then rebuild and re-run your program.

            That's what I did originally, and unfortunately the resulting text in the command prompt didn't change, it still said "Hello World!".

            To clarify: Did you close the original Command Prompt window before editing, saving, rebuilding, and rerunning your program?

            Yes.

            Hmm, that is strange. However, without access to your PC, it's hard to tell what's wrong.

            In any case, don't let yourself be hindered by little issues like this. Be proactive, and keep working your way through the tutorials.

            A 離線
            A 離線
            Annabelle
            寫於 最後由 編輯
            #254

            @JKSH said in Qt Programming Language:

            @Annabelle said in Qt Programming Language:

            @JKSH said in Qt Programming Language:

            @Annabelle said in Qt Programming Language:

            Try to get your updated code to affect what's shown in the Command Prompt without making a separate project. If you are able to do this, you will save yourself lots of time in future exercises or projects.

            After you edit the code in your original project, remember to save your changes, then rebuild and re-run your program.

            That's what I did originally, and unfortunately the resulting text in the command prompt didn't change, it still said "Hello World!".

            To clarify: Did you close the original Command Prompt window before editing, saving, rebuilding, and rerunning your program?

            Yes.

            Hmm, that is strange. However, without access to your PC, it's hard to tell what's wrong.

            In any case, don't let yourself be hindered by little issues like this. Be proactive, and keep working your way through the tutorials.

            I have Teamviewer, if you'd like to access it that way. Would you want my phone number for that method?

            1 條回覆 最後回覆
            0
            • A Annabelle

              @JKSH said in Qt Programming Language:

              @Annabelle said in Qt Programming Language:

              Would I put "Hi Annabelle!", in the spot of code where it would usually say "Hello World"? I'm confused!

              Be adventurous and give it a try!

              I ended up having to make a separate project, as when I put "Hi Annabelle!" and "Bye now." into the original project, it still displayed "Hello World!" in the resulting Command Prompt.

              JonBJ 離線
              JonBJ 離線
              JonB
              寫於 最後由 編輯
              #255

              @Annabelle said in Qt Programming Language:

              I ended up having to make a separate project, as when I put "Hi Annabelle!" and "Bye now." into the original project, it still displayed "Hello World!" in the resulting Command Prompt.

              Annabelle, if you think about this logically that cannot be the right approach. You don't/must not have to create a new project in order to alter something like the output from a piece of code you have already written.

              Why don't you go back now to the original project and have a stab at making the edits again? If that still produces the wrong output as you said, paste the code and we'll have a look at it.

              A 1 條回覆 最後回覆
              0
              • JonBJ JonB

                @Annabelle said in Qt Programming Language:

                I ended up having to make a separate project, as when I put "Hi Annabelle!" and "Bye now." into the original project, it still displayed "Hello World!" in the resulting Command Prompt.

                Annabelle, if you think about this logically that cannot be the right approach. You don't/must not have to create a new project in order to alter something like the output from a piece of code you have already written.

                Why don't you go back now to the original project and have a stab at making the edits again? If that still produces the wrong output as you said, paste the code and we'll have a look at it.

                A 離線
                A 離線
                Annabelle
                寫於 最後由 編輯
                #256

                @JonB said in Qt Programming Language:

                @Annabelle said in Qt Programming Language:

                I ended up having to make a separate project, as when I put "Hi Annabelle!" and "Bye now." into the original project, it still displayed "Hello World!" in the resulting Command Prompt.

                Annabelle, if you think about this logically that cannot be the right approach. You don't/must not have to create a new project in order to alter something like the output from a piece of code you have already written.

                Why don't you go back now to the original project and have a stab at making the edits again? If that still produces the wrong output as you said, paste the code and we'll have a look at it.

                @JonB said in Qt Programming Language:

                @Annabelle said in Qt Programming Language:

                I ended up having to make a separate project, as when I put "Hi Annabelle!" and "Bye now." into the original project, it still displayed "Hello World!" in the resulting Command Prompt.

                Annabelle, if you think about this logically that cannot be the right approach. You don't/must not have to create a new project in order to alter something like the output from a piece of code you have already written.

                Why don't you go back now to the original project and have a stab at making the edits again? If that still produces the wrong output as you said, paste the code and we'll have a look at it.

                Now my copy of Visual Studio has this message upon opening. "Your evaluation period has ended. Please sign in to your account to unlock the product." This seems rather strange, since I believe that Visual Studio Community is free. What do I do next?

                JKSHJ 1 條回覆 最後回覆
                0
                • A Annabelle

                  @JonB said in Qt Programming Language:

                  @Annabelle said in Qt Programming Language:

                  I ended up having to make a separate project, as when I put "Hi Annabelle!" and "Bye now." into the original project, it still displayed "Hello World!" in the resulting Command Prompt.

                  Annabelle, if you think about this logically that cannot be the right approach. You don't/must not have to create a new project in order to alter something like the output from a piece of code you have already written.

                  Why don't you go back now to the original project and have a stab at making the edits again? If that still produces the wrong output as you said, paste the code and we'll have a look at it.

                  @JonB said in Qt Programming Language:

                  @Annabelle said in Qt Programming Language:

                  I ended up having to make a separate project, as when I put "Hi Annabelle!" and "Bye now." into the original project, it still displayed "Hello World!" in the resulting Command Prompt.

                  Annabelle, if you think about this logically that cannot be the right approach. You don't/must not have to create a new project in order to alter something like the output from a piece of code you have already written.

                  Why don't you go back now to the original project and have a stab at making the edits again? If that still produces the wrong output as you said, paste the code and we'll have a look at it.

                  Now my copy of Visual Studio has this message upon opening. "Your evaluation period has ended. Please sign in to your account to unlock the product." This seems rather strange, since I believe that Visual Studio Community is free. What do I do next?

                  JKSHJ 線上
                  JKSHJ 線上
                  JKSH
                  Moderators
                  寫於 最後由 編輯
                  #257

                  @Annabelle said in Qt Programming Language:

                  Would you want my phone number for that method?

                  For your own security, please don't post your phone number or home address publicly.

                  @Annabelle said in Qt Programming Language:

                  Now my copy of Visual Studio has this message upon opening. "Your evaluation period has ended. Please sign in to your account to unlock the product." This seems rather strange, since I believe that Visual Studio Community is free. What do I do next?

                  Have a closer look at the message. It says "Please sign in to your account" (which tells you what to do next); it doesn't ask for payment.

                  Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                  A 1 條回覆 最後回覆
                  1
                  • JKSHJ JKSH

                    @Annabelle said in Qt Programming Language:

                    Would you want my phone number for that method?

                    For your own security, please don't post your phone number or home address publicly.

                    @Annabelle said in Qt Programming Language:

                    Now my copy of Visual Studio has this message upon opening. "Your evaluation period has ended. Please sign in to your account to unlock the product." This seems rather strange, since I believe that Visual Studio Community is free. What do I do next?

                    Have a closer look at the message. It says "Please sign in to your account" (which tells you what to do next); it doesn't ask for payment.

                    A 離線
                    A 離線
                    Annabelle
                    寫於 最後由 編輯
                    #258

                    @JKSH said in Qt Programming Language:

                    @Annabelle said in Qt Programming Language:

                    Would you want my phone number for that method?

                    For your own security, please don't post your phone number or home address publicly.

                    @Annabelle said in Qt Programming Language:

                    Now my copy of Visual Studio has this message upon opening. "Your evaluation period has ended. Please sign in to your account to unlock the product." This seems rather strange, since I believe that Visual Studio Community is free. What do I do next?

                    Have a closer look at the message. It says "Please sign in to your account" (which tells you what to do next); it doesn't ask for payment.

                    I've tried signing in, but now my account has been temporarily suspended, even though I'm the only one who has signed into this account. When I said that I forgot my password, that somehow led to my account being suspended. What do I do now?

                    JKSHJ 1 條回覆 最後回覆
                    0
                    • A Annabelle

                      @JKSH said in Qt Programming Language:

                      @Annabelle said in Qt Programming Language:

                      Would you want my phone number for that method?

                      For your own security, please don't post your phone number or home address publicly.

                      @Annabelle said in Qt Programming Language:

                      Now my copy of Visual Studio has this message upon opening. "Your evaluation period has ended. Please sign in to your account to unlock the product." This seems rather strange, since I believe that Visual Studio Community is free. What do I do next?

                      Have a closer look at the message. It says "Please sign in to your account" (which tells you what to do next); it doesn't ask for payment.

                      I've tried signing in, but now my account has been temporarily suspended, even though I'm the only one who has signed into this account. When I said that I forgot my password, that somehow led to my account being suspended. What do I do now?

                      JKSHJ 線上
                      JKSHJ 線上
                      JKSH
                      Moderators
                      寫於 最後由 編輯
                      #259

                      @Annabelle said in Qt Programming Language:

                      When I said that I forgot my password, that somehow led to my account being suspended.

                      https://support.microsoft.com/en-us/help/13956/microsoft-account-temporarily-suspended

                      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                      A 1 條回覆 最後回覆
                      1
                      • JKSHJ JKSH

                        @Annabelle said in Qt Programming Language:

                        When I said that I forgot my password, that somehow led to my account being suspended.

                        https://support.microsoft.com/en-us/help/13956/microsoft-account-temporarily-suspended

                        A 離線
                        A 離線
                        Annabelle
                        寫於 最後由 編輯
                        #260

                        @JKSH said in Qt Programming Language:

                        @Annabelle said in Qt Programming Language:

                        When I said that I forgot my password, that somehow led to my account being suspended.

                        https://support.microsoft.com/en-us/help/13956/microsoft-account-temporarily-suspended

                        On that link, it says in Step 2: Enter a phone number to request a security code be sent to you via text message. This can be any phone that can receive text messages.

                        Trouble is, I don't have a phone that does texting, just a regular landline phone.

                        JKSHJ 1 條回覆 最後回覆
                        0
                        • A Annabelle

                          @JKSH said in Qt Programming Language:

                          @Annabelle said in Qt Programming Language:

                          When I said that I forgot my password, that somehow led to my account being suspended.

                          https://support.microsoft.com/en-us/help/13956/microsoft-account-temporarily-suspended

                          On that link, it says in Step 2: Enter a phone number to request a security code be sent to you via text message. This can be any phone that can receive text messages.

                          Trouble is, I don't have a phone that does texting, just a regular landline phone.

                          JKSHJ 線上
                          JKSHJ 線上
                          JKSH
                          Moderators
                          寫於 最後由 編輯
                          #261

                          @Annabelle said in Qt Programming Language:

                          Trouble is, I don't have a phone that does texting, just a regular landline phone.

                          Microsoft says, "The phone number you use to receive this text message doesn't need to be associated with your account. It doesn't even need to be your own phone number. If your phone doesn't receive text messages, ask a friend or family member if you can use theirs."

                          Do you have any family/friends you can trust with this?

                          Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                          A 1 條回覆 最後回覆
                          0
                          • JKSHJ JKSH

                            @Annabelle said in Qt Programming Language:

                            Trouble is, I don't have a phone that does texting, just a regular landline phone.

                            Microsoft says, "The phone number you use to receive this text message doesn't need to be associated with your account. It doesn't even need to be your own phone number. If your phone doesn't receive text messages, ask a friend or family member if you can use theirs."

                            Do you have any family/friends you can trust with this?

                            A 離線
                            A 離線
                            Annabelle
                            寫於 最後由 編輯
                            #262

                            @JKSH said in Qt Programming Language:

                            @Annabelle said in Qt Programming Language:

                            Trouble is, I don't have a phone that does texting, just a regular landline phone.

                            Microsoft says, "The phone number you use to receive this text message doesn't need to be associated with your account. It doesn't even need to be your own phone number. If your phone doesn't receive text messages, ask a friend or family member if you can use theirs."

                            Do you have any family/friends you can trust with this?

                            No I don't, because all my family and friends have just regular landlines and cell phones without texting options.

                            JKSHJ 1 條回覆 最後回覆
                            0
                            • A Annabelle

                              @JKSH said in Qt Programming Language:

                              @Annabelle said in Qt Programming Language:

                              Trouble is, I don't have a phone that does texting, just a regular landline phone.

                              Microsoft says, "The phone number you use to receive this text message doesn't need to be associated with your account. It doesn't even need to be your own phone number. If your phone doesn't receive text messages, ask a friend or family member if you can use theirs."

                              Do you have any family/friends you can trust with this?

                              No I don't, because all my family and friends have just regular landlines and cell phones without texting options.

                              JKSHJ 線上
                              JKSHJ 線上
                              JKSH
                              Moderators
                              寫於 最後由 編輯
                              #263

                              @Annabelle said in Qt Programming Language:

                              @JKSH said in Qt Programming Language:

                              Do you have any family/friends you can trust with this?

                              No I don't, because all my family and friends have just regular landlines and cell phones without texting options.

                              Cell phones without the ability to receive texts? I didn't realize these still existed!

                              If the common route is not available to you, then it's time to get creative and find ways to overcome your obstacles. Can you think of any ideas?

                              Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                              A 1 條回覆 最後回覆
                              0
                              • JKSHJ JKSH

                                @Annabelle said in Qt Programming Language:

                                @JKSH said in Qt Programming Language:

                                Do you have any family/friends you can trust with this?

                                No I don't, because all my family and friends have just regular landlines and cell phones without texting options.

                                Cell phones without the ability to receive texts? I didn't realize these still existed!

                                If the common route is not available to you, then it's time to get creative and find ways to overcome your obstacles. Can you think of any ideas?

                                A 離線
                                A 離線
                                Annabelle
                                寫於 最後由 編輯
                                #264

                                @JKSH said in Qt Programming Language:

                                @Annabelle said in Qt Programming Language:

                                @JKSH said in Qt Programming Language:

                                Do you have any family/friends you can trust with this?

                                No I don't, because all my family and friends have just regular landlines and cell phones without texting options.

                                Cell phones without the ability to receive texts? I didn't realize these still existed!

                                If the common route is not available to you, then it's time to get creative and find ways to overcome your obstacles. Can you think of any ideas?

                                I wish I could, but I'm not sure which way to turn. Interestingly enough, Microsoft thinks that someone might have used my Microsoft Account to send lots of junk mail. Trouble is, I'm the only one who knows the login details as far as I know. It was just a case of me somehow forgetting my password, and as a result, they didn't believe it was me that tried to sign in to my account. What kind of monkeyshine is that, I wonder? On top of that, they say your account could be temporarily suspended due to prolonged inactivity. To me, that makes just as much sense as a snake with no slither!

                                JonBJ 1 條回覆 最後回覆
                                0
                                • A Annabelle

                                  @JKSH said in Qt Programming Language:

                                  @Annabelle said in Qt Programming Language:

                                  @JKSH said in Qt Programming Language:

                                  Do you have any family/friends you can trust with this?

                                  No I don't, because all my family and friends have just regular landlines and cell phones without texting options.

                                  Cell phones without the ability to receive texts? I didn't realize these still existed!

                                  If the common route is not available to you, then it's time to get creative and find ways to overcome your obstacles. Can you think of any ideas?

                                  I wish I could, but I'm not sure which way to turn. Interestingly enough, Microsoft thinks that someone might have used my Microsoft Account to send lots of junk mail. Trouble is, I'm the only one who knows the login details as far as I know. It was just a case of me somehow forgetting my password, and as a result, they didn't believe it was me that tried to sign in to my account. What kind of monkeyshine is that, I wonder? On top of that, they say your account could be temporarily suspended due to prolonged inactivity. To me, that makes just as much sense as a snake with no slither!

                                  JonBJ 離線
                                  JonBJ 離線
                                  JonB
                                  寫於 最後由 編輯
                                  #265

                                  @Annabelle
                                  Given that you seem to have come to an impasse using your Visual Studio, which need unlocking. If all else fails, what about:

                                  1. Uninstall the VS completely from your PC, as best you can.
                                  2. Get yourself some brand new, free email address from Microsoft, Gmail or whoever.
                                  3. Use that to create whatever account MS wants for downloading VS, restarting from scratch.

                                  Since the VS edition is free, I can't imagine MS cares what email address you use.

                                  The only thing I cannot promise is: after you uninstall the current VS "evaluation" it is possible it will leave something around (in the registry) which it will notice and refuse to install a new evaluation. Hope not, but cannot guarantee.

                                  Up to you, but it's one to proceed if you're not getting anywhere from where you are now....

                                  kshegunovK A 2 條回覆 最後回覆
                                  0
                                  • JonBJ JonB

                                    @Annabelle
                                    Given that you seem to have come to an impasse using your Visual Studio, which need unlocking. If all else fails, what about:

                                    1. Uninstall the VS completely from your PC, as best you can.
                                    2. Get yourself some brand new, free email address from Microsoft, Gmail or whoever.
                                    3. Use that to create whatever account MS wants for downloading VS, restarting from scratch.

                                    Since the VS edition is free, I can't imagine MS cares what email address you use.

                                    The only thing I cannot promise is: after you uninstall the current VS "evaluation" it is possible it will leave something around (in the registry) which it will notice and refuse to install a new evaluation. Hope not, but cannot guarantee.

                                    Up to you, but it's one to proceed if you're not getting anywhere from where you are now....

                                    kshegunovK 離線
                                    kshegunovK 離線
                                    kshegunov
                                    Moderators
                                    寫於 最後由 編輯
                                    #266

                                    That seems like a rather complicated way to get a compiler. Isn't it much simpler just to install mingw along with Qt through the Qt maintenance tool and just roll with that ...?

                                    Read and abide by the Qt Code of Conduct

                                    JonBJ 1 條回覆 最後回覆
                                    0
                                    • kshegunovK kshegunov

                                      That seems like a rather complicated way to get a compiler. Isn't it much simpler just to install mingw along with Qt through the Qt maintenance tool and just roll with that ...?

                                      JonBJ 離線
                                      JonBJ 離線
                                      JonB
                                      寫於 最後由 編輯
                                      #267

                                      @kshegunov
                                      Would @Annabelle then be using Qt Creator (with MinGW) instead of VS? The thing we have to bear in mind is that changing IDE, or even compiler, could be a big thing for her?

                                      kshegunovK 1 條回覆 最後回覆
                                      0
                                      • JonBJ JonB

                                        @kshegunov
                                        Would @Annabelle then be using Qt Creator (with MinGW) instead of VS? The thing we have to bear in mind is that changing IDE, or even compiler, could be a big thing for her?

                                        kshegunovK 離線
                                        kshegunovK 離線
                                        kshegunov
                                        Moderators
                                        寫於 最後由 編輯
                                        #268

                                        I imagine so, yes. From my point of view Creator is both better and faster, but then again your mileage may vary.
                                        In any case, I myself have grown rather tired of MS's products and more so their licenses, paywalls and whatnot, and currently I build with g++ for linux as well as windows (mingw), whenever I can get away with it, which is in 99% of cases.

                                        Read and abide by the Qt Code of Conduct

                                        JonBJ 1 條回覆 最後回覆
                                        0
                                        • kshegunovK kshegunov

                                          I imagine so, yes. From my point of view Creator is both better and faster, but then again your mileage may vary.
                                          In any case, I myself have grown rather tired of MS's products and more so their licenses, paywalls and whatnot, and currently I build with g++ for linux as well as windows (mingw), whenever I can get away with it, which is in 99% of cases.

                                          JonBJ 離線
                                          JonBJ 離線
                                          JonB
                                          寫於 最後由 JonB 編輯
                                          #269

                                          @kshegunov
                                          Indeed. But @Annabelle's interaction with an IDE will be very different from ours. Speed etc. may not be her issue. Rather, I would imagine how the interface works for blind access will be far more important. And it may be that VS's accessibility support is superior to Qt Creator's, or at least different.

                                          1 條回覆 最後回覆
                                          0

                                          • 登入

                                          • Login or register to search.
                                          • 第一個貼文
                                            最後的貼文
                                          0
                                          • 版面
                                          • 最新
                                          • 標籤
                                          • 熱門
                                          • 使用者
                                          • 群組
                                          • 搜尋
                                          • Get Qt Extensions
                                          • Unsolved