Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9127049
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T07:11:36+00:00 2026-06-17T07:11:36+00:00

How do I convert a number in a LineEdit widget to float? Say I

  • 0

How do I convert a number in a LineEdit widget to float?

Say I have:

textfield = QtGui.QLineEdit(self)

And the user inputs 12345.2 in it. I want that to be converted to a float and stored in a variable X. How do I do it?

I tried the code below, it doesn’t work.

INPUT = textfield.text
INPUT2 = float(INPUT)
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T07:11:37+00:00Added an answer on June 17, 2026 at 7:11 am

    text is the name of the method. You should call it to get the text inside the QLineEdit.

    INPUT = textfield.text()
    INPUT2 = float(INPUT)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to convert a number to hex and store the result in a
I want to convert a number to a 2 decimal places (Always show two
I have to convert English number to Chinese numbers. But the Chinese number system
I want to convert a number into a string representation with a format similar
I want to convert number from char * format to 32 bit integer int32_t,
I need to convert a Number to Arabic Word. Does anyone have a code
Possible Duplicate: Convert a number range to another range, maintaining ratio So I have
I want to convert number to QString with 3 significant digits. QString::number(myNumber,'f',3); does the
I want to convert a number to word format. For example: $count = 5;
How I can convert negative number into ASCII value? I have to convert -1

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.