new_node.ui 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Dialog</class>
  4. <widget class="QDialog" name="Dialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>318</width>
  10. <height>175</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Insert new tag</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout" columnstretch="0,1">
  17. <item row="0" column="0">
  18. <widget class="QLabel" name="label">
  19. <property name="text">
  20. <string>TextLabel</string>
  21. </property>
  22. </widget>
  23. </item>
  24. <item row="0" column="1">
  25. <widget class="QComboBox" name="combo">
  26. <property name="editable">
  27. <bool>true</bool>
  28. </property>
  29. </widget>
  30. </item>
  31. <item row="1" column="0" colspan="2">
  32. <widget class="QLabel" name="text">
  33. <property name="minimumSize">
  34. <size>
  35. <width>300</width>
  36. <height>100</height>
  37. </size>
  38. </property>
  39. <property name="styleSheet">
  40. <string notr="true">border-style:outset;border-width:1px;border-radius:10px;padding:6px;</string>
  41. </property>
  42. <property name="text">
  43. <string>TextLabel</string>
  44. </property>
  45. <property name="alignment">
  46. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  47. </property>
  48. <property name="wordWrap">
  49. <bool>true</bool>
  50. </property>
  51. </widget>
  52. </item>
  53. <item row="2" column="0" colspan="2">
  54. <widget class="QDialogButtonBox" name="buttons">
  55. <property name="orientation">
  56. <enum>Qt::Horizontal</enum>
  57. </property>
  58. <property name="standardButtons">
  59. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  60. </property>
  61. </widget>
  62. </item>
  63. </layout>
  64. </widget>
  65. <resources/>
  66. <connections>
  67. <connection>
  68. <sender>buttons</sender>
  69. <signal>accepted()</signal>
  70. <receiver>Dialog</receiver>
  71. <slot>accept()</slot>
  72. <hints>
  73. <hint type="sourcelabel">
  74. <x>248</x>
  75. <y>254</y>
  76. </hint>
  77. <hint type="destinationlabel">
  78. <x>157</x>
  79. <y>274</y>
  80. </hint>
  81. </hints>
  82. </connection>
  83. <connection>
  84. <sender>buttons</sender>
  85. <signal>rejected()</signal>
  86. <receiver>Dialog</receiver>
  87. <slot>reject()</slot>
  88. <hints>
  89. <hint type="sourcelabel">
  90. <x>316</x>
  91. <y>260</y>
  92. </hint>
  93. <hint type="destinationlabel">
  94. <x>286</x>
  95. <y>274</y>
  96. </hint>
  97. </hints>
  98. </connection>
  99. <connection>
  100. <sender>combo</sender>
  101. <signal>editTextChanged(QString)</signal>
  102. <receiver>Dialog</receiver>
  103. <slot>update()</slot>
  104. <hints>
  105. <hint type="sourcelabel">
  106. <x>184</x>
  107. <y>18</y>
  108. </hint>
  109. <hint type="destinationlabel">
  110. <x>158</x>
  111. <y>87</y>
  112. </hint>
  113. </hints>
  114. </connection>
  115. </connections>
  116. </ui>