Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. ...how can I really help ?
Forum Updated to NodeBB v4.3 + New Features

...how can I really help ?

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 123 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Anonymous_Banned275
    wrote on last edited by Anonymous_Banned275
    #1

    NEVER MIND - the formatting is all hosed -up.....
    still like to have an answer to the posted question .

    I recall "volunteering" to "help " during the initial Qt install...

    So - what is the proper way to do so without giving away my shoe size etc....

    I am seeing strange results of "auto-indent selection " and I do not want to get involved
    only to receive " not my product / job man,,," from Qt inc.

    Here is the "result " of "auto-indent selection "
    QTextStream stream(&file);
    int TestCounter = 0;
    LABEL: while (!stream.atEnd()){
    qDebug() <<"WHILE Stream file START ";
    TestCounter++;
    line = stream.readLine();
    qDebug() <<"DEBUG TASK stream raw line \n " << line ;

    And here is how / where I originally put LABEL: WHERE it belongs

          QTextStream stream(&file);
                int TestCounter = 0;
    

    LABEL: while (!stream.atEnd()){
    qDebug() <<"WHILE Stream file START ";
    TestCounter++;
    line = stream.readLine();
    qDebug() <<"DEBUG TASK stream raw line \n " << line ;

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved