CppAgendaTel-proiect/ro: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Wieland moved page Qt romania-CppAgendaTel-proiect to CppAgendaTel-proiect/ro: not english) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Cleanup | reason=Auto-imported from ExpressionEngine.}} | |||
Doresc sa implementez un proiect de agenda telefonica care sa stocheze:<br /> 1. numele,<br /> 2. prenumele,<br /> 3. adresa e-mail,<br /> 4. un nr. de telefon.<br /> Aceasta trebuie sa aiba interfata grafica, si sa salveze datele pe hard disk.<br /> | Doresc sa implementez un proiect de agenda telefonica care sa stocheze:<br /> 1. numele,<br /> 2. prenumele,<br /> 3. adresa e-mail,<br /> 4. un nr. de telefon.<br /> Aceasta trebuie sa aiba interfata grafica, si sa salveze datele pe hard disk.<br /> | ||
Line 6: | Line 8: | ||
# <div class="de1"><span class="co2">#define MAINWINDOW_H</span></div> | # <div class="de1"><span class="co2">#define MAINWINDOW_H</span></div> | ||
# <div class="de1"> </div> | # <div class="de1"> </div> | ||
# <div class="de1"><span class="co2">#include | # <div class="de1"><span class="co2">#include <QMainWindow></span></div> | ||
# <div class="de2"> </div> | # <div class="de2"> </div> | ||
# <div class="de1"><span class="kw2">namespace</span> Ui <span class="br0">{</span></div> | # <div class="de1"><span class="kw2">namespace</span> Ui <span class="br0">{</span></div> | ||
Line 36: | Line 38: | ||
[http://forum.qt.io/viewthread/3682 Your text to link here…] ''[qt.io]'' | [http://forum.qt.io/viewthread/3682 Your text to link here…] ''[qt.io]'' | ||
S-a implementat tableView- | S-a implementat tableView->02/02/2013.<br />http://www.informit.com/articles/article.aspx?p=1405225 ''[informit.com]''<br />[http://harmattan-dev.nokia.com/docs/library/html/qt4/qmainwindow.html Your text to link here…] ''[harmattan-dev.nokia.com]'' | ||
[[Image:snapshot3.png|Image]] | [[Image:snapshot3.png|Image]] |
Latest revision as of 12:37, 26 May 2015
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]