megapixel.ui 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>800</width>
  10. <height>152</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QLabel" name="label">
  18. <property name="geometry">
  19. <rect>
  20. <x>10</x>
  21. <y>10</y>
  22. <width>781</width>
  23. <height>101</height>
  24. </rect>
  25. </property>
  26. <property name="font">
  27. <font>
  28. <family>Terminal</family>
  29. <pointsize>14</pointsize>
  30. <weight>75</weight>
  31. <bold>true</bold>
  32. </font>
  33. </property>
  34. <property name="text">
  35. <string>1 million pixels forming the image.
  36. In megapixels, the resolution of the digital camera sensor is measured.
  37. The image size and resolution depend on the number of megapixels.
  38. </string>
  39. </property>
  40. </widget>
  41. </widget>
  42. <widget class="QMenuBar" name="menubar">
  43. <property name="geometry">
  44. <rect>
  45. <x>0</x>
  46. <y>0</y>
  47. <width>800</width>
  48. <height>21</height>
  49. </rect>
  50. </property>
  51. </widget>
  52. <widget class="QStatusBar" name="statusbar"/>
  53. </widget>
  54. <resources/>
  55. <connections/>
  56. </ui>