newairportdialog.ui 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>NewAirportDialog</class>
  4. <widget class="QDialog" name="NewAirportDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>260</width>
  10. <height>246</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Add New Airport</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout">
  17. <item row="9" column="1" colspan="2">
  18. <widget class="QDialogButtonBox" name="buttonBox">
  19. <property name="standardButtons">
  20. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  21. </property>
  22. </widget>
  23. </item>
  24. <item row="3" column="0">
  25. <widget class="QLabel" name="countryLabel">
  26. <property name="text">
  27. <string>Country</string>
  28. </property>
  29. </widget>
  30. </item>
  31. <item row="6" column="0">
  32. <widget class="QLabel" name="longitudeLabel">
  33. <property name="text">
  34. <string>Longitude</string>
  35. </property>
  36. </widget>
  37. </item>
  38. <item row="4" column="0">
  39. <widget class="QLabel" name="latitudeLabel">
  40. <property name="text">
  41. <string>Latitude</string>
  42. </property>
  43. </widget>
  44. </item>
  45. <item row="8" column="0">
  46. <widget class="QLabel" name="timezoneLabel">
  47. <property name="text">
  48. <string>Timezone</string>
  49. </property>
  50. </widget>
  51. </item>
  52. <item row="3" column="2">
  53. <widget class="QLineEdit" name="countryLineEdit"/>
  54. </item>
  55. <item row="1" column="2">
  56. <widget class="QLineEdit" name="iataLineEdit">
  57. <property name="maxLength">
  58. <number>3</number>
  59. </property>
  60. </widget>
  61. </item>
  62. <item row="8" column="2">
  63. <widget class="QComboBox" name="timeZoneComboBox"/>
  64. </item>
  65. <item row="2" column="0">
  66. <widget class="QLabel" name="icaoLabel">
  67. <property name="text">
  68. <string>ICAO Code</string>
  69. </property>
  70. </widget>
  71. </item>
  72. <item row="1" column="0">
  73. <widget class="QLabel" name="iataLabel">
  74. <property name="text">
  75. <string>IATA Code</string>
  76. </property>
  77. </widget>
  78. </item>
  79. <item row="0" column="2">
  80. <widget class="QLineEdit" name="nameLineEdit"/>
  81. </item>
  82. <item row="0" column="0" colspan="2">
  83. <widget class="QLabel" name="nameLabel">
  84. <property name="text">
  85. <string>Airport Name</string>
  86. </property>
  87. </widget>
  88. </item>
  89. <item row="2" column="2">
  90. <widget class="QLineEdit" name="icaoLineEdit">
  91. <property name="maxLength">
  92. <number>4</number>
  93. </property>
  94. </widget>
  95. </item>
  96. <item row="6" column="2">
  97. <widget class="QDoubleSpinBox" name="lonDoubleSpinBox">
  98. <property name="decimals">
  99. <number>10</number>
  100. </property>
  101. <property name="minimum">
  102. <double>-180.000000000000000</double>
  103. </property>
  104. <property name="maximum">
  105. <double>180.000000000000000</double>
  106. </property>
  107. </widget>
  108. </item>
  109. <item row="4" column="2">
  110. <widget class="QDoubleSpinBox" name="latDoubleSpinBox">
  111. <property name="decimals">
  112. <number>10</number>
  113. </property>
  114. <property name="minimum">
  115. <double>-90.000000000000000</double>
  116. </property>
  117. <property name="maximum">
  118. <double>90.000000000000000</double>
  119. </property>
  120. </widget>
  121. </item>
  122. </layout>
  123. </widget>
  124. <resources/>
  125. <connections/>
  126. </ui>