! returns \c true if a working connections was selected and a table (or custom query) is provided and ready to be imported. returns \c false otherwise. */
| 195 | returns \c false otherwise. |
| 196 | */ |
| 197 | bool ImportSQLDatabaseWidget::isValid() const { |
| 198 | return m_valid; |
| 199 | } |
| 200 | |
| 201 | /*! |
| 202 | returns \c true if the selected table or the result of a custom query contains numeric data only. |