Project

General

Profile

Actions

Support #1325

closed

converting to int

Added by Paweł Grzybowski almost 12 years ago. Updated almost 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
Start date:
06/16/2012
Due date:
% Done:

0%

Estimated time:

Description

hi,

I can't convert this to int

lineEditNumber->text().toUTF8().c_str();

How can i convert it to int?

Actions #1

Updated by Jan Hrubeš almost 12 years ago

int myint = boost::lexical_cast<int>( lineEditNumber->text().toUTF8() );

H.

Actions #2

Updated by Koen Deforche almost 12 years ago

  • Status changed from New to Resolved
Actions #3

Updated by Koen Deforche almost 12 years ago

  • Status changed from Resolved to Closed
  • Target version set to 3.2.2

Released in Wt 3.2.2

Actions

Also available in: Atom PDF