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. Add selected item on the series

Add selected item on the series

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 168 Views
  • 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.
  • F Offline
    F Offline
    firsnur96
    wrote on last edited by
    #1

    I have a list of selected items.
    I want to control that, it blabla item is selected, add its value on the series.
    It doesnt work, I debug it but i didnt understand why
    Any help?

    q_x ++;
    
     if(scln_List.contains("Yer Başı"))
     {
    
         display_on_chart(0, Qt::blue);
         grafige_deger_ekle(0, pars.t[TM_GPS_yer_basi].f);
         seri[0]->setName(gpsList.at(9));
         seri2[0]->setName(gpsList.at(9));
    
     }
    
    1 Reply Last reply
    0
    • VRoninV Offline
      VRoninV Offline
      VRonin
      wrote on last edited by
      #2

      We have no idea what you are talking about. You make no mention of what classes you are using

      "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
      ~Napoleon Bonaparte

      On a crusade to banish setIndexWidget() from the holy land of Qt

      1 Reply Last reply
      2

      • Login

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