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 to clear QVector?
Qt 6.11 is out! See what's new in the release blog

How to clear QVector?

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 3.2k 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.
  • M Offline
    M Offline
    MimoidProg
    wrote on last edited by
    #1

    Hello. I have created that :

    QVector<QString> blablabla;
    

    This QVector has a lot of strings inside and i want to clear it (0 elements) .
    How to do that? Can you show on my example?

    1 Reply Last reply
    0
    • Vinod KuntojiV Offline
      Vinod KuntojiV Offline
      Vinod Kuntoji
      wrote on last edited by
      #2

      @MimoidProg ,

      blablabla.clear();

      C++, Qt, Qt Quick Developer,
      PthinkS, Bangalore

      1 Reply Last reply
      2
      • M Offline
        M Offline
        MimoidProg
        wrote on last edited by
        #3

        Thank you. I thought that is harder xD

        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