support new Values* classes and ICapAccount with a 'Register' button (closes #390)
This commit is contained in:
parent
8777e6c1d3
commit
a792b6601c
3 changed files with 201 additions and 57 deletions
|
|
@ -6,7 +6,7 @@
|
|||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>645</width>
|
||||
<width>646</width>
|
||||
<height>652</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
|
@ -189,6 +189,9 @@
|
|||
</item>
|
||||
<item>
|
||||
<layout class="QFormLayout" name="configLayout">
|
||||
<property name="fieldGrowthPolicy">
|
||||
<enum>QFormLayout::ExpandingFieldsGrow</enum>
|
||||
</property>
|
||||
<item row="0" column="0">
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="text">
|
||||
|
|
@ -213,6 +216,13 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="1">
|
||||
<widget class="QPushButton" name="registerButton">
|
||||
<property name="text">
|
||||
<string>Register an account...</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item>
|
||||
|
|
@ -241,6 +251,19 @@
|
|||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<tabstops>
|
||||
<tabstop>configuredBackendsList</tabstop>
|
||||
<tabstop>addButton</tabstop>
|
||||
<tabstop>removeButton</tabstop>
|
||||
<tabstop>backendsList</tabstop>
|
||||
<tabstop>backendInfo</tabstop>
|
||||
<tabstop>nameEdit</tabstop>
|
||||
<tabstop>proxyBox</tabstop>
|
||||
<tabstop>proxyEdit</tabstop>
|
||||
<tabstop>registerButton</tabstop>
|
||||
<tabstop>configButtonBox</tabstop>
|
||||
<tabstop>buttonBox</tabstop>
|
||||
</tabstops>
|
||||
<resources/>
|
||||
<connections>
|
||||
<connection>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue