Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. International
  3. Portuguese
  4. Quantos registro tem uma tabela?
Forum Updated to NodeBB v4.3 + New Features

Quantos registro tem uma tabela?

Scheduled Pinned Locked Moved Unsolved Portuguese
2 Posts 1 Posters 893 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.
  • Carlos MoreschiC Offline
    Carlos MoreschiC Offline
    Carlos Moreschi
    wrote on last edited by
    #1

    Olá,
    Como faço para saber quantos registros tem em uma tabela (Sqlite)?
    Abraços e
    Obrigado

    1 Reply Last reply
    0
    • Carlos MoreschiC Offline
      Carlos MoreschiC Offline
      Carlos Moreschi
      wrote on last edited by
      #2

      int totalRegistros=ui->tw_listaAcoes->rowCount();
      ui->txt_qtdeAcoes->setText(QString::number(totalRegistros));

      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