diff --git a/res/icons/iconmonstr-user-icon.svg b/res/icons/iconmonstr-user-icon.svg new file mode 100644 index 0000000000000000000000000000000000000000..933a6e0d7b5c0243c9d18422c03f43612a8d19cc --- /dev/null +++ b/res/icons/iconmonstr-user-icon.svg @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> + +<!-- The icon can be used freely in both personal and commercial projects with no attribution required, but always appreciated. +You may NOT sub-license, resell, rent, redistribute or otherwise transfer the icon without express written permission from iconmonstr.com --> + +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" + width="512px" height="512px" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve"> +<path id="user-icon" d="M407.448,360.474c-59.036-13.617-113.989-25.541-87.375-75.717 + c81.01-152.729,21.473-234.406-64.072-234.406c-87.231,0-145.303,84.812-64.072,234.406c27.412,50.482-29.608,62.393-87.375,75.717 + c-59.012,13.609-54.473,44.723-54.473,101.176h411.838C461.919,405.196,466.458,374.083,407.448,360.474z"/> +</svg> diff --git a/res/ui/member.ui b/res/ui/member.ui new file mode 100644 index 0000000000000000000000000000000000000000..dc90dca871a4ae014f539cf79a5cfb1166419f97 --- /dev/null +++ b/res/ui/member.ui @@ -0,0 +1,89 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>DialogMember</class> + <widget class="QDialog" name="DialogMember"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>501</width> + <height>288</height> + </rect> + </property> + <property name="windowTitle"> + <string>Informations</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <widget class="QGroupBox" name="groupbox_member"> + <property name="styleSheet"> + <string notr="true">QGroupBox { + border: 1px solid gray; + border-radius: 9px; + margin-top: 0.5em; +} + +QGroupBox::title { + subcontrol-origin: margin; + left: 10px; + padding: 0 3px 0 3px; + font-weight: bold; +}</string> + </property> + <property name="title"> + <string>Member</string> + </property> + <layout class="QGridLayout" name="gridLayout"> + <item row="0" column="0"> + <widget class="QLabel" name="label_icon"> + <property name="maximumSize"> + <size> + <width>81</width> + <height>71</height> + </size> + </property> + <property name="text"> + <string/> + </property> + <property name="pixmap"> + <pixmap resource="../icons/icons.qrc">:/icons/member_icon</pixmap> + </property> + <property name="scaledContents"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QLabel" name="label_uid"> + <property name="maximumSize"> + <size> + <width>471</width> + <height>51</height> + </size> + </property> + <property name="text"> + <string>uid</string> + </property> + </widget> + </item> + <item row="1" column="0" colspan="2"> + <widget class="QLabel" name="label_properties"> + <property name="text"> + <string>properties</string> + </property> + <property name="alignment"> + <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> + </property> + </widget> + </item> + </layout> + </widget> + </item> + </layout> + </widget> + <resources> + <include location="../icons/icons.qrc"/> + <include location="../../../../../../../../home/vit/.designer/icons/icons.qrc"/> + </resources> + <connections/> +</ui>