LUAEditorGoToLineDialog.ui 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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>292</width>
  13. <height>97</height>
  14. </rect>
  15. </property>
  16. <property name="sizePolicy">
  17. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  18. <horstretch>0</horstretch>
  19. <verstretch>0</verstretch>
  20. </sizepolicy>
  21. </property>
  22. <property name="windowTitle">
  23. <string>Go to line...</string>
  24. </property>
  25. <property name="sizeGripEnabled">
  26. <bool>false</bool>
  27. </property>
  28. <property name="modal">
  29. <bool>true</bool>
  30. </property>
  31. <layout class="QFormLayout" name="formLayout">
  32. <property name="sizeConstraint">
  33. <enum>QLayout::SetFixedSize</enum>
  34. </property>
  35. <item row="0" column="0" colspan="2">
  36. <widget class="QLabel" name="label">
  37. <property name="text">
  38. <string>Line Number:</string>
  39. </property>
  40. </widget>
  41. </item>
  42. <item row="1" column="0" colspan="2">
  43. <widget class="QLineEdit" name="lineNumber">
  44. <property name="placeholderText">
  45. <string>line number[:column]</string>
  46. </property>
  47. </widget>
  48. </item>
  49. <item row="2" column="1">
  50. <widget class="QDialogButtonBox" name="buttonBox">
  51. <property name="orientation">
  52. <enum>Qt::Horizontal</enum>
  53. </property>
  54. <property name="standardButtons">
  55. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  56. </property>
  57. </widget>
  58. </item>
  59. </layout>
  60. </widget>
  61. <resources/>
  62. <connections>
  63. <connection>
  64. <sender>buttonBox</sender>
  65. <signal>accepted()</signal>
  66. <receiver>goToLineDlg</receiver>
  67. <slot>accept()</slot>
  68. <hints>
  69. <hint type="sourcelabel">
  70. <x>248</x>
  71. <y>254</y>
  72. </hint>
  73. <hint type="destinationlabel">
  74. <x>157</x>
  75. <y>274</y>
  76. </hint>
  77. </hints>
  78. </connection>
  79. <connection>
  80. <sender>buttonBox</sender>
  81. <signal>rejected()</signal>
  82. <receiver>goToLineDlg</receiver>
  83. <slot>reject()</slot>
  84. <hints>
  85. <hint type="sourcelabel">
  86. <x>316</x>
  87. <y>260</y>
  88. </hint>
  89. <hint type="destinationlabel">
  90. <x>286</x>
  91. <y>274</y>
  92. </hint>
  93. </hints>
  94. </connection>
  95. </connections>
  96. </ui>