AddNewExpressionDialog.ui 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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>424</width>
  10. <height>221</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>New expression</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QLabel" name="label">
  19. <property name="text">
  20. <string>Name</string>
  21. </property>
  22. </widget>
  23. </item>
  24. <item>
  25. <widget class="QLineEdit" name="txtName"/>
  26. </item>
  27. <item>
  28. <widget class="QLabel" name="label_2">
  29. <property name="text">
  30. <string>Expression</string>
  31. </property>
  32. </widget>
  33. </item>
  34. <item>
  35. <widget class="QPlainTextEdit" name="txtExpression"/>
  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. </ui>