connecting.ui 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Connecting</class>
  4. <widget class="QWidget" name="Connecting">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>301</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">
  19. <property name="text">
  20. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The LBRY sdk could not be found. Are you sure it is running?&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  21. </property>
  22. </widget>
  23. </item>
  24. <item>
  25. <widget class="QLabel" name="status">
  26. <property name="text">
  27. <string>OFFLINE</string>
  28. </property>
  29. </widget>
  30. </item>
  31. <item>
  32. <widget class="QPushButton" name="reconnect_button">
  33. <property name="text">
  34. <string>RECONNECT</string>
  35. </property>
  36. </widget>
  37. </item>
  38. </layout>
  39. </widget>
  40. <resources/>
  41. <connections/>
  42. </ui>