1. Урок 0. 00:03:38
    Часть Вторая - Урок 39: Course overview
  2. Урок 1. 00:01:24
    Introduction
  3. Урок 2. 00:01:36
    What is a GUI application?
  4. Урок 3. 00:01:18
    Basic concepts
  5. Урок 4. 00:02:20
    Why Qt creator?
  6. Урок 5. 00:04:17
    Presentation and project creation
  7. Урок 6. 00:01:57
    Widget displaying
  8. Урок 7. 00:08:06
    Working with accessors to modify objects properties
  9. Урок 8. 00:05:32
    QT and inheritance and abstract classes
  10. Урок 9. 00:07:16
    Qt and pointers
  11. Урок 10. 00:04:11
    Place your widgets using the default positioning
  12. Урок 11. 00:13:56
    Signals and slots principal
  13. Урок 12. 00:06:52
    Create your own slots
  14. Урок 13. 00:04:24
    Create your own signals
  15. Урок 14. 00:06:38
    QMessageBox - Show a message
  16. Урок 15. 00:07:16
    Dialog box customizing
  17. Урок 16. 00:11:12
    QInputDialog to get information from users
  18. Урок 17. 00:06:49
    Fonts selection
  19. Урок 18. 00:05:57
    Color selection
  20. Урок 19. 00:09:18
    QFileDialog for file saving folder selection and opening
  21. Урок 20. 00:11:12
    How to use QLayout class
  22. Урок 21. 00:07:31
    QGridLayout - Grid layout
  23. Урок 22. 00:11:45
    QFormLayout - Creating forms
  24. Урок 23. 00:06:12
    QWidget and it's essential properties
  25. Урок 24. 00:05:43
    Working with QDialog
  26. Урок 25. 00:10:30
    Buttons
  27. Урок 26. 00:06:01
    Displays in QT
  28. Урок 27. 00:02:53
    QLineEdit and QTextEdit
  29. Урок 28. 00:06:36
    QSpinBox and QComboBox
  30. Урок 29. 00:07:54
    Containers
  31. Урок 30. 00:01:11
    QMainWindow structure
  32. Урок 31. 00:10:06
    Central widgets
  33. Урок 32. 00:05:16
    Menu bar
  34. Урок 33. 00:07:17
    Tool bar
  35. Урок 34. 00:04:32
    QT designer presentation
  36. Урок 35. 00:04:35
    Design your window
  37. Урок 36. 00:05:29
    Designing and coding the mix secret
  38. Урок 37. 00:04:47
    Be familiar with QT documentation
  39. Урок 38. 00:01:54
    What's next?
  40. Урок 40. 00:01:31
    Overview
  41. Урок 41. 00:04:25
    Opening a file
  42. Урок 42. 00:04:35
    Reading files content
  43. Урок 43. 00:05:29
    Writing to a file
  44. Урок 44. 00:02:45
    File editing
  45. Урок 45. 00:04:18
    Overview
  46. Урок 46. 00:03:03
    Model management
  47. Урок 47. 00:02:34
    View management
  48. Урок 48. 00:05:39
    List view
  49. Урок 49. 00:01:59
    Tree view
  50. Урок 50. 00:01:39
    Table view
  51. Урок 51. 00:01:33
    Customize your model
  52. Урок 52. 00:04:41
    List model for strings
  53. Урок 53. 00:11:25
    Standart model for items
  54. Урок 54. 00:14:36
    Selection management - unique selecting
  55. Урок 55. 00:09:09
    Selection management - multiple selecting
  56. Урок 56. 00:03:05
    Overview
  57. Урок 57. 00:06:37
    Creating the .ts file
  58. Урок 58. 00:03:09
    Use Qtlinguist for strings data
  59. Урок 59. 00:04:46
    Install your translation on your program