account.ui 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>account</class>
  4. <widget class="QWidget" name="account">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>293</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QLabel" name="label_acc_list">
  19. <property name="sizePolicy">
  20. <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
  21. <horstretch>0</horstretch>
  22. <verstretch>0</verstretch>
  23. </sizepolicy>
  24. </property>
  25. <property name="text">
  26. <string>Currently signed in accounts:</string>
  27. </property>
  28. </widget>
  29. </item>
  30. <item>
  31. <widget class="QScrollArea" name="scrollArea">
  32. <property name="widgetResizable">
  33. <bool>true</bool>
  34. </property>
  35. <widget class="QWidget" name="scrollAreaWidgetContents">
  36. <property name="geometry">
  37. <rect>
  38. <x>0</x>
  39. <y>0</y>
  40. <width>376</width>
  41. <height>185</height>
  42. </rect>
  43. </property>
  44. <layout class="QVBoxLayout" name="verticalLayout_2">
  45. <item>
  46. <layout class="QVBoxLayout" name="acc_list_section"/>
  47. </item>
  48. </layout>
  49. </widget>
  50. </widget>
  51. </item>
  52. <item>
  53. <widget class="QLabel" name="label_add_acc">
  54. <property name="sizePolicy">
  55. <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
  56. <horstretch>0</horstretch>
  57. <verstretch>0</verstretch>
  58. </sizepolicy>
  59. </property>
  60. <property name="text">
  61. <string>Add an existing account</string>
  62. </property>
  63. </widget>
  64. </item>
  65. <item>
  66. <layout class="QHBoxLayout" name="horizontalLayout">
  67. <item>
  68. <widget class="QLineEdit" name="edit_name">
  69. <property name="placeholderText">
  70. <string>name</string>
  71. </property>
  72. </widget>
  73. </item>
  74. <item>
  75. <widget class="QLineEdit" name="edit_priv_key">
  76. <property name="placeholderText">
  77. <string>private key</string>
  78. </property>
  79. </widget>
  80. </item>
  81. <item>
  82. <widget class="QPushButton" name="add_acc_button">
  83. <property name="text">
  84. <string>add</string>
  85. </property>
  86. </widget>
  87. </item>
  88. </layout>
  89. </item>
  90. </layout>
  91. </widget>
  92. <resources/>
  93. <connections/>
  94. </ui>