Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. login
    Log in to post
    • All categories
    • Y

      Unsolved Registration and login Patient system
      Tools • login • • Youssef_n9212

      4
      0
      Votes
      4
      Posts
      362
      Views

      SGaist

      Safety measures like that are worth bonus points.

      Which solution are you talking about ?

    • P

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

      1
      0
      Votes
      1
      Posts
      112
      Views

      No one has replied

    • M

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

      2
      0
      Votes
      2
      Posts
      236
      Views

      gde23

      The question is very general. So what exactly is the problem you cannot solve, and what have you coded so far?

    • R

      Unsolved Non static method to call java class issue
      Mobile and Embedded • login javacallissue • • rch_shukla

      2
      0
      Votes
      2
      Posts
      102
      Views

      R

      My error is
      No such non static call method,I still couldn't find any solution.

    • S

      Unsolved Can't Successfully Login With QNetworkReply* (REST API)
      General and Desktop • qt5.14.2 qnetworkrequest restful api post login • • surferbrain

      12
      0
      Votes
      12
      Posts
      1028
      Views

      SGaist

      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.

    • R

      Unsolved QOAuth for authenticating a user
      Qt WebKit • c++11 login authentication qoauth • • Rizwan94

      1
      0
      Votes
      1
      Posts
      237
      Views

      No one has replied

    • N

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

      5
      0
      Votes
      5
      Posts
      1172
      Views

      N

      currentIndex() returns a valid index.I am not sure where is the mistake.

    • L

      Solved Using config files to load user name ,hostname, database name and port in qt c++
      General and Desktop • config.xml load login details • • Lasith

      3
      0
      Votes
      3
      Posts
      947
      Views

      A

      @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
    • 8105

      Solved Navigation between forms
      General and Desktop • dialogs login • • 8105

      4
      0
      Votes
      4
      Posts
      1137
      Views

      8105

      Thank you both for the advice.

    • M4RZB4Ni

      Unsolved Create Login Form (SqlServer 2014)
      General and Desktop • login sqlserver qt5.5 • • M4RZB4Ni

      11
      0
      Votes
      11
      Posts
      3133
      Views

      V

      @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

    • ronyNS

      Unsolved How to add a label on a layout that covers the entire window.
      General and Desktop • qtdesigner layout login • • ronyNS

      9
      0
      Votes
      9
      Posts
      4302
      Views

      SGaist

      Reimplement the resizeEvent of your main widget and resize your label in there.

    • F

      Solved How to close current qml UI instance and load another
      QML and Qt Quick • c++ qml login • • firefox

      1
      0
      Votes
      1
      Posts
      580
      Views

      No one has replied

    • cxam

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

      2
      0
      Votes
      2
      Posts
      824
      Views

      SGaist

      Hi,

      Since you marked it solved, can you share what you did to fix your code ?

    • H

      [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
      3905
      Views

      H

      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.

    • A

      Login to a website
      General and Desktop • login website webki • • AliReza Beytari

      10
      0
      Votes
      10
      Posts
      5827
      Views

      JKSH

      @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

    • E

      Login into a Javascript form webpage
      General and Desktop • forms web browser javascript login • • exSnake

      2
      0
      Votes
      2
      Posts
      894
      Views

      p3c0

      Hi @exSnake,
      May be you should try using evaluateJavaScript.

    • M

      Facebook login
      Mobile and Embedded • facebook login android qml • • maxim.prishchepa

      2
      0
      Votes
      2
      Posts
      914
      Views

      p3c0

      Hi,

      May be you should check Facebook's API's and more specifically OAuth2.0 login.
      Check this.

    • T3STY

      [SOLVED] Cannot login with my account of the previous forum
      Qt.io webservices • old account login • • T3STY

      3
      0
      Votes
      3
      Posts
      1483
      Views

      T3STY

      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!