Add Browser Integration to Group Edit page
Closes #1789 and closes #3998
This commit is contained in:
committed by
Jonathan White
parent
c7cdce6e33
commit
b6716bdfe5
@@ -30,6 +30,16 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="MessageWidget" name="messageWidget" native="true">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QGroupBox" name="groupBox_2">
|
||||
<property name="title">
|
||||
@@ -37,16 +47,16 @@
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||
<item>
|
||||
<widget class="QCheckBox" name="skipAutoSubmitCheckbox">
|
||||
<widget class="QCheckBox" name="hideEntryCheckbox">
|
||||
<property name="text">
|
||||
<string>Skip Auto-Submit for this entry</string>
|
||||
<string>Hide this entry from the browser extension</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="hideEntryCheckbox">
|
||||
<widget class="QCheckBox" name="skipAutoSubmitCheckbox">
|
||||
<property name="text">
|
||||
<string>Hide this entry from the browser extension</string>
|
||||
<string>Skip Auto-Submit for this entry</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -69,16 +79,16 @@
|
||||
<string>Do not use this entry with HTTP Basic Auth</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QGroupBox" name="groupBox_3">
|
||||
<property name="title">
|
||||
<string>Additional URL's</string>
|
||||
</property>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_1">
|
||||
<property name="title">
|
||||
<string>Additional URL's</string>
|
||||
</property>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_1">
|
||||
<item>
|
||||
<widget class="QListView" name="additionalURLsView">
|
||||
<property name="minimumSize">
|
||||
@@ -147,9 +157,15 @@
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
<class>MessageWidget</class>
|
||||
<extends>QWidget</extends>
|
||||
<header>gui/MessageWidget.h</header>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<tabstops>
|
||||
<tabstop>skipAutoSubmitCheckbox</tabstop>
|
||||
<tabstop>hideEntryCheckbox</tabstop>
|
||||
<tabstop>onlyHttpAuthCheckbox</tabstop>
|
||||
<tabstop>additionalURLsView</tabstop>
|
||||
<tabstop>addURLButton</tabstop>
|
||||
|
||||
Reference in New Issue
Block a user