Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
CppAgendaTel-proiect/ro
Jump to navigation
Jump to search
This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine. Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean. |
Doresc sa implementez un proiect de agenda telefonica care sa stocheze:
1. numele,
2. prenumele,
3. adresa e-mail,
4. un nr. de telefon.
Aceasta trebuie sa aiba interfata grafica, si sa salveze datele pe hard disk.
- #ifndef MAINWINDOW_H
- #define MAINWINDOW_H
- #include <QMainWindow>
- namespace Ui {
- class MainWindow;
- }
- {
- Q_OBJECT
- public:
- ~MainWindow();
- private:
- Ui::MainWindow *ui;
- };
- #endif // MAINWINDOW_H
Tutorial video [youtube.com]
File:Snapshot2.png(Imagine GUI
Inserarea TableView tableView… [thedazzlersinc.com]
Your text to link here… [qt.io]
S-a implementat tableView->02/02/2013.
http://www.informit.com/articles/article.aspx?p=1405225 [informit.com]
Your text to link here… [harmattan-dev.nokia.com]