dialogcalcs.ui 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogCalcS</class>
  4. <widget class="QDialog" name="DialogCalcS">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>560</width>
  10. <height>396</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <widget class="QLineEdit" name="lineEdit_Lon">
  17. <property name="geometry">
  18. <rect>
  19. <x>220</x>
  20. <y>40</y>
  21. <width>171</width>
  22. <height>41</height>
  23. </rect>
  24. </property>
  25. </widget>
  26. <widget class="QLineEdit" name="lineEdit_Lat">
  27. <property name="geometry">
  28. <rect>
  29. <x>220</x>
  30. <y>110</y>
  31. <width>171</width>
  32. <height>41</height>
  33. </rect>
  34. </property>
  35. </widget>
  36. <widget class="QPushButton" name="pushButton_Calculate">
  37. <property name="geometry">
  38. <rect>
  39. <x>180</x>
  40. <y>180</y>
  41. <width>121</width>
  42. <height>41</height>
  43. </rect>
  44. </property>
  45. <property name="text">
  46. <string>Calculate</string>
  47. </property>
  48. </widget>
  49. <widget class="QLineEdit" name="lineEdit_Res">
  50. <property name="geometry">
  51. <rect>
  52. <x>90</x>
  53. <y>260</y>
  54. <width>361</width>
  55. <height>41</height>
  56. </rect>
  57. </property>
  58. </widget>
  59. <widget class="QLabel" name="label">
  60. <property name="geometry">
  61. <rect>
  62. <x>70</x>
  63. <y>50</y>
  64. <width>111</width>
  65. <height>31</height>
  66. </rect>
  67. </property>
  68. <property name="text">
  69. <string>Lon</string>
  70. </property>
  71. </widget>
  72. <widget class="QLabel" name="label_2">
  73. <property name="geometry">
  74. <rect>
  75. <x>70</x>
  76. <y>110</y>
  77. <width>101</width>
  78. <height>31</height>
  79. </rect>
  80. </property>
  81. <property name="text">
  82. <string>Lat</string>
  83. </property>
  84. </widget>
  85. </widget>
  86. <resources/>
  87. <connections/>
  88. </ui>