Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Tags
    3. login
    Log in to post

    • UNSOLVED How can i generate custom build profile on Visual Studio 2019?
      General and Desktop • login • • paulotovotec  

      1
      0
      Votes
      1
      Posts
      15
      Views

      No one has replied

    • UNSOLVED Qt C++ How can I show a users basic informations in a new window after login?
      General and Desktop • qlabel login label profile qt5 c++11 • • moslehuddin  

      2
      0
      Votes
      2
      Posts
      44
      Views

      The question is very general. So what exactly is the problem you cannot solve, and what have you coded so far?
    • UNSOLVED Non static method to call java class issue
      Mobile and Embedded • login javacallissue • • rch_shukla  

      2
      0
      Votes
      2
      Posts
      31
      Views

      My error is No such non static call method,I still couldn't find any solution.
    • UNSOLVED Can't Successfully Login With QNetworkReply* (REST API)
      General and Desktop • qnetworkrequest login qt5.14.2 post restful api • • surferbrain  

      12
      0
      Votes
      12
      Posts
      167
      Views

      Not in the past few days, IIRC, OpenSSL 1.1 support started with 5.10 and the ore-built package switched to it during the 5.12 release cycle.
    • UNSOLVED QOAuth for authenticating a user
      Qt WebKit • c++11 login authentication qoauth • • Rizwan94  

      1
      0
      Votes
      1
      Posts
      109
      Views

      No one has replied

    • UNSOLVED Selecting a row in QTreeView programmatically
      General and Desktop • login • • NoumanYosuf  

      5
      0
      Votes
      5
      Posts
      253
      Views

      currentIndex() returns a valid index.I am not sure where is the mistake.
    • SOLVED Using config files to load user name ,hostname, database name and port in qt c++
      General and Desktop • login load config.xml details • • Lasith  

      3
      0
      Votes
      3
      Posts
      729
      Views

      @Lasith Sure many ways... easiest is probably just a plain text file, but you could use JSON, xml, whatever. Keep in mind unless you encrypt it the details would be insecure and easily viewed. If it's just for development no big deal though. Some example code: QFile f("myconfigfile"); if (!f.open(QIODevice::ReadOnly | QIODevice::Text)) return; // fail QTextStream fs(&f); // assumes 1 field per line and minimum of 4 fields QString host = fs.readLine(); QString database = fs.readLine(); QString user = fs.readLine(); QString pass = fs.readLine(); Edit: your myconfigfile would look like this: myhost mydb myuser mypass
    • SOLVED Navigation between forms
      General and Desktop • login dialogs • • 8105  

      4
      0
      Votes
      4
      Posts
      934
      Views

      Thank you both for the advice.
    • UNSOLVED Create Login Form (SqlServer 2014)
      General and Desktop • qt5.5 login sqlserver • • M4RZB4Ni  

      11
      0
      Votes
      11
      Posts
      2694
      Views

      @M4RZB4Ni said in Create Login Form (SqlServer 2014): pass(show from db) I just noticed this. if your DB knows what the password is it is a threat not only to your DB security but for each individual user. You can get sued for some real money! (the idea is that if your DB gets hacked and password table stolen the attackers will have both username and password in plain text and, if passwords are recycled by your users, they will try them on paypall or amazon and steal money off them). Use a hash and salt algorithm (SHA3 512 recommended). An "entertaining" explanation can be found here: https://www.youtube.com/watch?v=8ZtInClXe1Q
    • UNSOLVED How to add a label on a layout that covers the entire window.
      General and Desktop • layout qtdesigner login • • ronyNS  

      9
      0
      Votes
      9
      Posts
      3474
      Views

      Reimplement the resizeEvent of your main widget and resize your label in there.
    • SOLVED How to close current qml UI instance and load another
      QML and Qt Quick • qml c++ login • • firefox  

      1
      0
      Votes
      1
      Posts
      465
      Views

      No one has replied

    • SOLVED Trouble with QStackedWidget
      General and Desktop • qstackedwidget login constructor • • cxam  

      2
      0
      Votes
      2
      Posts
      733
      Views

      Hi, Since you marked it solved, can you share what you did to fix your code ?
    • [SOLVED]Where does WebEngineView save cookies on OS X and how do I keep it from saving cookies?
      QtWebEngine • os x webengineview login • • Hertzy  

      5
      0
      Votes
      5
      Posts
      3028
      Views

      Disregard my previous post, cookies policy can be set in the QWebEngineProfile owned by the QWebEnginePage owned by the QWebEngineView, like this: ui->webView->page()->profile()->setPersistentCookiesPolicy(QWebEngineProfile::NoPersistentCookies); The page pointer remains the same for my purposes, at least.
    • Login to a website
      General and Desktop • login website webki • • AliReza Beytari  

      10
      0
      Votes
      10
      Posts
      4820
      Views

      @AliReza-Beytari said: So, how can I wait for login.php to finish replying ??!! Wait for the QNetworkAccessManager::finished() or QNetworkReply::finished() signals. These signals are emitted when the reply has finished. Do you know how to use signals and slots? http://doc.qt.io/qt-5/signalsandslots.html
    • Login into a Javascript form webpage
      General and Desktop • javascript login forms web browser • • exSnake  

      2
      0
      Votes
      2
      Posts
      774
      Views

      Hi @exSnake, May be you should try using evaluateJavaScript.
    • Facebook login
      Mobile and Embedded • qml android login facebook • • maxim.prishchepa  

      2
      0
      Votes
      2
      Posts
      802
      Views

      Hi, May be you should check Facebook's API's and more specifically OAuth2.0 login. Check this.
    • [SOLVED] Cannot login with my account of the previous forum
      Qt.io webservices • login account old • • T3STY  

      3
      0
      Votes
      3
      Posts
      1047
      Views

      I forgot to mark it solved before, sorry for that. I marked it now ;) Anyway, yes. My new username should've been T3STY_1 (since it said T3STY was already taken i had to pick another one). But right after I posted I noticed my username became T3STY (the username I had in my <old> account) and the old account was merged into the new account. That's just great!