No Description

dialog.ui 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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>375</width>
  10. <height>470</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QHBoxLayout" name="horizontalLayout_2">
  19. <item>
  20. <widget class="QLabel" name="filter_label">
  21. <property name="text">
  22. <string>Filter:</string>
  23. </property>
  24. </widget>
  25. </item>
  26. <item>
  27. <widget class="QLineEdit" name="filter"/>
  28. </item>
  29. </layout>
  30. </item>
  31. <item>
  32. <widget class="QListWidget" name="listWidget"/>
  33. </item>
  34. <item>
  35. <widget class="QPushButton" name="pushButton">
  36. <property name="text">
  37. <string>Open Directory</string>
  38. </property>
  39. </widget>
  40. </item>
  41. <item>
  42. <layout class="QHBoxLayout" name="horizontalLayout">
  43. <item>
  44. <widget class="QLabel" name="total_label">
  45. <property name="text">
  46. <string>Total:</string>
  47. </property>
  48. </widget>
  49. </item>
  50. <item>
  51. <widget class="QLabel" name="total_amount">
  52. <property name="text">
  53. <string>0</string>
  54. </property>
  55. </widget>
  56. </item>
  57. </layout>
  58. </item>
  59. </layout>
  60. </widget>
  61. <resources/>
  62. <connections/>
  63. </ui>