LUAEditorGoToLineDialog.ui 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>goToLineDlg</class>
  4. <widget class="QDialog" name="goToLineDlg">
  5. <property name="windowModality">
  6. <enum>Qt::WindowModal</enum>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>180</width>
  13. <height>86</height>
  14. </rect>
  15. </property>
  16. <property name="sizePolicy">
  17. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  18. <horstretch>0</horstretch>
  19. <verstretch>0</verstretch>
  20. </sizepolicy>
  21. </property>
  22. <property name="minimumSize">
  23. <size>
  24. <width>180</width>
  25. <height>86</height>
  26. </size>
  27. </property>
  28. <property name="maximumSize">
  29. <size>
  30. <width>180</width>
  31. <height>86</height>
  32. </size>
  33. </property>
  34. <property name="windowTitle">
  35. <string>Go to line...</string>
  36. </property>
  37. <property name="sizeGripEnabled">
  38. <bool>false</bool>
  39. </property>
  40. <property name="modal">
  41. <bool>true</bool>
  42. </property>
  43. <layout class="QFormLayout" name="formLayout">
  44. <property name="sizeConstraint">
  45. <enum>QLayout::SetFixedSize</enum>
  46. </property>
  47. <item row="2" column="1">
  48. <widget class="QDialogButtonBox" name="buttonBox">
  49. <property name="orientation">
  50. <enum>Qt::Horizontal</enum>
  51. </property>
  52. <property name="standardButtons">
  53. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  54. </property>
  55. </widget>
  56. </item>
  57. <item row="0" column="0" colspan="2">
  58. <widget class="QLabel" name="label">
  59. <property name="text">
  60. <string>Line Number:</string>
  61. </property>
  62. </widget>
  63. </item>
  64. <item row="1" column="0" colspan="2">
  65. <widget class="QSpinBox" name="lineNumberSpinBox">
  66. <property name="prefix">
  67. <string/>
  68. </property>
  69. <property name="minimum">
  70. <number>1</number>
  71. </property>
  72. <property name="maximum">
  73. <number>99999</number>
  74. </property>
  75. </widget>
  76. </item>
  77. </layout>
  78. </widget>
  79. <resources/>
  80. <connections>
  81. <connection>
  82. <sender>buttonBox</sender>
  83. <signal>accepted()</signal>
  84. <receiver>goToLineDlg</receiver>
  85. <slot>accept()</slot>
  86. <hints>
  87. <hint type="sourcelabel">
  88. <x>248</x>
  89. <y>254</y>
  90. </hint>
  91. <hint type="destinationlabel">
  92. <x>157</x>
  93. <y>274</y>
  94. </hint>
  95. </hints>
  96. </connection>
  97. <connection>
  98. <sender>buttonBox</sender>
  99. <signal>rejected()</signal>
  100. <receiver>goToLineDlg</receiver>
  101. <slot>reject()</slot>
  102. <hints>
  103. <hint type="sourcelabel">
  104. <x>316</x>
  105. <y>260</y>
  106. </hint>
  107. <hint type="destinationlabel">
  108. <x>286</x>
  109. <y>274</y>
  110. </hint>
  111. </hints>
  112. </connection>
  113. </connections>
  114. </ui>