Browse Source

display bug issue #92, plus typos and alignment of dropdown logo and titles

pull/130/head
Charles 4 years ago
parent
commit
3dc04ed47f
No known key found for this signature in database GPG Key ID: 251655CC546D9787
  1. 256
      src/requestContactDialog.ui

256
src/requestContactDialog.ui

@ -10,9 +10,15 @@
<height>495</height> <height>495</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>812</width> <width>850</width>
<height>495</height> <height>495</height>
</size> </size>
</property> </property>
@ -20,39 +26,10 @@
<string>Incoming contact request</string> <string>Incoming contact request</string>
</property> </property>
<layout class="QGridLayout" name="gridLayout"> <layout class="QGridLayout" name="gridLayout">
<item row="0" column="0"> <item row="0" column="1">
<widget class="QLabel" name="label">
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600; text-decoration: underline;&quot;&gt;Open requests&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>
<item row="0" column="2" colspan="3">
<widget class="QLabel" name="label_3"> <widget class="QLabel" name="label_3">
<property name="text"> <property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600; text-decoration: underline;&quot;&gt;Memo of the request&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600; text-decoration: underline;&quot;&gt;Memo of the request&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QListView" name="requestContact">
<property name="minimumSize">
<size>
<width>256</width>
<height>231</height>
</size>
</property>
<property name="mouseTracking">
<bool>true</bool>
</property>
<property name="editTriggers">
<set>QAbstractItemView::EditKeyPressed|QAbstractItemView::SelectedClicked</set>
</property>
<property name="alternatingRowColors">
<bool>false</bool>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::SingleSelection</enum>
</property> </property>
</widget> </widget>
</item> </item>
@ -60,7 +37,7 @@
<widget class="QListView" name="requestMemo"> <widget class="QListView" name="requestMemo">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>521</width> <width>500</width>
<height>231</height> <height>231</height>
</size> </size>
</property> </property>
@ -90,18 +67,24 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="2" column="0"> <item row="0" column="0">
<widget class="QLabel" name="label_2"> <widget class="QLabel" name="label">
<property name="text"> <property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600; text-decoration: underline;&quot;&gt;Recently closed requests&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600; text-decoration: underline;&quot;&gt;Open requests&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="0" rowspan="8"> <item row="3" column="0" rowspan="8">
<widget class="QListView" name="requestContactOld"> <widget class="QListView" name="requestContactOld">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>256</width> <width>225</width>
<height>190</height> <height>190</height>
</size> </size>
</property> </property>
@ -119,20 +102,6 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="1" colspan="3">
<widget class="QLabel" name="label_4">
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600; text-decoration: underline;&quot;&gt;Details of the request&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>
<item row="4" column="1" colspan="3">
<widget class="QLabel" name="label_8">
<property name="text">
<string>Request from :</string>
</property>
</widget>
</item>
<item row="4" column="4" colspan="3"> <item row="4" column="4" colspan="3">
<widget class="QLineEdit" name="requestZaddr"> <widget class="QLineEdit" name="requestZaddr">
<property name="minimumSize"> <property name="minimumSize">
@ -149,51 +118,121 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="5" column="1" colspan="2"> <item row="4" column="1" colspan="3">
<widget class="QLabel" name="label_7"> <widget class="QLabel" name="label_8">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text"> <property name="text">
<string>My Zaddr :</string> <string>Request from:</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="5" column="4" colspan="3"> <item row="6" column="4" colspan="2">
<widget class="QLineEdit" name="requestMyAddr"> <widget class="QLineEdit" name="requestLabel">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>351</width> <width>0</width>
<height>25</height> <height>25</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maxLength">
<size> <number>25</number>
<width>351</width>
<height>25</height>
</size>
</property> </property>
</widget> </widget>
</item> </item>
<item row="6" column="1" colspan="3"> <item row="10" column="3">
<widget class="QLabel" name="label_5"> <widget class="QLabel" name="zaddrnew">
<property name="text"> <property name="text">
<string>Give a Nickname:</string> <string/>
</property> </property>
</widget> </widget>
</item> </item>
<item row="6" column="4" colspan="2"> <item row="10" column="6">
<widget class="QLineEdit" name="requestLabel"> <widget class="QPushButton" name="pushButton">
<property name="maxLength"> <property name="text">
<number>25</number> <string>Add New Contact</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property> </property>
</widget> </widget>
</item> </item>
<item row="7" column="1" colspan="4"> <item row="10" column="2">
<widget class="QLabel" name="requestCID">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="7" column="1" colspan="3">
<widget class="QLabel" name="label_6"> <widget class="QLabel" name="label_6">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text"> <property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;right&quot;&gt;Choose a avatar for your contact :&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Choose an avatar for your contact:&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="8" column="1" rowspan="2" colspan="3"> <item row="5" column="1" colspan="2">
<widget class="QLabel" name="label_7">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>My Zaddr:</string>
</property>
</widget>
</item>
<item row="10" column="1">
<widget class="QLabel" name="zaddrold">
<property name="text">
<string notr="true"/>
</property>
</widget>
</item>
<item row="10" column="5">
<widget class="QPushButton" name="cancel">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="baseSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>Cancel</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
<property name="flat">
<bool>false</bool>
</property>
</widget>
</item>
<item row="7" column="4">
<widget class="QComboBox" name="comboBoxAvatar"> <widget class="QComboBox" name="comboBoxAvatar">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
@ -339,53 +378,74 @@
</item> </item>
</widget> </widget>
</item> </item>
<item row="8" column="5" rowspan="2"> <item row="1" column="0">
<widget class="QPushButton" name="cancel"> <widget class="QListView" name="requestContact">
<property name="baseSize"> <property name="minimumSize">
<size> <size>
<width>100</width> <width>225</width>
<height>0</height> <height>231</height>
</size> </size>
</property> </property>
<property name="text"> <property name="mouseTracking">
<string>Cancel</string> <bool>true</bool>
</property> </property>
<property name="autoDefault"> <property name="editTriggers">
<bool>false</bool> <set>QAbstractItemView::EditKeyPressed|QAbstractItemView::SelectedClicked</set>
</property> </property>
<property name="flat"> <property name="alternatingRowColors">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="selectionMode">
<enum>QAbstractItemView::SingleSelection</enum>
</property>
</widget> </widget>
</item> </item>
<item row="8" column="6" rowspan="2"> <item row="2" column="0">
<widget class="QPushButton" name="pushButton"> <widget class="QLabel" name="label_2">
<property name="text"> <property name="text">
<string>Add this new Contact</string> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600; text-decoration: underline;&quot;&gt;Recently closed requests&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property> </property>
</widget> </widget>
</item> </item>
<item row="10" column="1"> <item row="3" column="1" colspan="3">
<widget class="QLabel" name="zaddrold"> <widget class="QLabel" name="label_4">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text"> <property name="text">
<string notr="true"/> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600; text-decoration: underline;&quot;&gt;Details of the request&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="10" column="3"> <item row="6" column="1" colspan="3">
<widget class="QLabel" name="zaddrnew"> <widget class="QLabel" name="label_5">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text"> <property name="text">
<string/> <string>Give a Nickname:</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="10" column="2"> <item row="5" column="4" colspan="3">
<widget class="QLabel" name="requestCID"> <widget class="QLineEdit" name="requestMyAddr">
<property name="text"> <property name="minimumSize">
<string/> <size>
<width>351</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>351</width>
<height>25</height>
</size>
</property> </property>
</widget> </widget>
</item> </item>

Loading…
Cancel
Save