Wed, 13 Jul 2022 15:34:50 +0200
Revisions <no_multi_processing, Variables Viewer, with_python2> closed.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>CookieDetailsDialog</class> <widget class="QDialog" name="CookieDetailsDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>400</width> <height>300</height> </rect> </property> <property name="windowTitle"> <string>Cookie Details</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <layout class="QFormLayout" name="formLayout"> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Domain:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLineEdit" name="domainEdit"> <property name="readOnly"> <bool>true</bool> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Name:</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QLineEdit" name="nameEdit"> <property name="readOnly"> <bool>true</bool> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> <string>Path:</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QLineEdit" name="pathEdit"> <property name="readOnly"> <bool>true</bool> </property> </widget> </item> <item row="3" column="0"> <widget class="QLabel" name="label_6"> <property name="text"> <string>Secure:</string> </property> </widget> </item> <item row="3" column="1"> <widget class="QCheckBox" name="secureCheckBox"> <property name="text"> <string/> </property> <property name="checkable"> <bool>false</bool> </property> </widget> </item> <item row="4" column="0"> <widget class="QLabel" name="label_4"> <property name="text"> <string>Expires:</string> </property> </widget> </item> <item row="4" column="1"> <widget class="QLineEdit" name="expirationEdit"> <property name="readOnly"> <bool>true</bool> </property> </widget> </item> <item row="5" column="0"> <widget class="QLabel" name="label_5"> <property name="text"> <string>Contents:</string> </property> </widget> </item> <item row="5" column="1"> <widget class="QPlainTextEdit" name="valueEdit"> <property name="readOnly"> <bool>true</bool> </property> </widget> </item> </layout> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Close</set> </property> </widget> </item> </layout> </widget> <tabstops> <tabstop>domainEdit</tabstop> <tabstop>nameEdit</tabstop> <tabstop>pathEdit</tabstop> <tabstop>secureCheckBox</tabstop> <tabstop>expirationEdit</tabstop> <tabstop>valueEdit</tabstop> <tabstop>buttonBox</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>CookieDetailsDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>248</x> <y>254</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>CookieDetailsDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>316</x> <y>260</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>