templateinstallconfirmdlg.ui 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>TemplateInstallConfirmDlg</class>
  4. <widget class="QDialog" name="TemplateInstallConfirmDlg">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>290</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Template Install Confirmation</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QLabel" name="label">
  19. <property name="text">
  20. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;WARNING: Local changes made to the following templates will be overwritten! Continue?&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  21. </property>
  22. <property name="wordWrap">
  23. <bool>true</bool>
  24. </property>
  25. </widget>
  26. </item>
  27. <item>
  28. <widget class="QTreeView" name="treeView">
  29. <property name="sortingEnabled">
  30. <bool>true</bool>
  31. </property>
  32. <property name="expandsOnDoubleClick">
  33. <bool>false</bool>
  34. </property>
  35. </widget>
  36. </item>
  37. <item>
  38. <widget class="QDialogButtonBox" name="buttonBox">
  39. <property name="orientation">
  40. <enum>Qt::Horizontal</enum>
  41. </property>
  42. <property name="standardButtons">
  43. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  44. </property>
  45. </widget>
  46. </item>
  47. </layout>
  48. </widget>
  49. <resources/>
  50. <connections>
  51. <connection>
  52. <sender>buttonBox</sender>
  53. <signal>accepted()</signal>
  54. <receiver>TemplateInstallConfirmDlg</receiver>
  55. <slot>accept()</slot>
  56. <hints>
  57. <hint type="sourcelabel">
  58. <x>248</x>
  59. <y>254</y>
  60. </hint>
  61. <hint type="destinationlabel">
  62. <x>157</x>
  63. <y>274</y>
  64. </hint>
  65. </hints>
  66. </connection>
  67. <connection>
  68. <sender>buttonBox</sender>
  69. <signal>rejected()</signal>
  70. <receiver>TemplateInstallConfirmDlg</receiver>
  71. <slot>reject()</slot>
  72. <hints>
  73. <hint type="sourcelabel">
  74. <x>316</x>
  75. <y>260</y>
  76. </hint>
  77. <hint type="destinationlabel">
  78. <x>286</x>
  79. <y>274</y>
  80. </hint>
  81. </hints>
  82. </connection>
  83. </connections>
  84. </ui>