rolladeck/rolladeck.ui
Jaidyn Ann 4153924c1b Redesign still-broken UI (again): Tab-based layout
This is a much nicer and space-efficient layout.
Still completely broken, though. Also adds support
for more vCard properties lacking in the last UI.
2024-02-25 19:51:32 -06:00

1672 lines
57 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>437</width>
<height>559</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>250</height>
</size>
</property>
<property name="windowTitle">
<string>Contact</string>
</property>
<widget class="QWidget" name="windowContents">
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QTabWidget" name="windowTabs">
<property name="minimumSize">
<size>
<width>250</width>
<height>0</height>
</size>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="nameTab">
<attribute name="title">
<string>Person</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QScrollArea" name="nameScroll">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="nameScrollContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>433</width>
<height>502</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<layout class="QHBoxLayout" name="photoFullNameLayout">
<property name="topMargin">
<number>0</number>
</property>
<item>
<widget class="QGroupBox" name="photoBox">
<property name="title">
<string/>
</property>
<layout class="QVBoxLayout" name="verticalLayout_10">
<item>
<widget class="QLabel" name="photo">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>100</height>
</size>
</property>
<property name="text">
<string>Profile picture</string>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="fullNameLayout">
<property name="bottomMargin">
<number>10</number>
</property>
<item>
<widget class="QGroupBox" name="fullNameBox">
<property name="title">
<string>Full name</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_17">
<item>
<widget class="QLineEdit" name="fullName"/>
</item>
</layout>
</widget>
</item>
<item>
<spacer name="fullNameLayoutSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</item>
<item>
<widget class="QGroupBox" name="nameBox">
<property name="title">
<string>Name</string>
</property>
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<widget class="QLabel" name="firstNameLabel">
<property name="text">
<string>First name</string>
</property>
</widget>
</item>
<item row="0" column="1">
<layout class="QHBoxLayout" name="firstNameContents">
<item>
<widget class="QLineEdit" name="prefix">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>16777215</height>
</size>
</property>
<property name="placeholderText">
<string>Dr.</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="firstName"/>
</item>
</layout>
</item>
<item row="1" column="0">
<widget class="QLabel" name="secondNameLabel">
<property name="text">
<string>Second name</string>
</property>
</widget>
</item>
<item row="1" column="1">
<layout class="QHBoxLayout" name="secondNameContents">
<item>
<widget class="QLineEdit" name="secondName"/>
</item>
<item>
<widget class="QToolButton" name="nameInsertButton">
<property name="text">
<string>+</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="2" column="0">
<widget class="QLabel" name="surnameLabel">
<property name="text">
<string>Surname</string>
</property>
</widget>
</item>
<item row="2" column="1">
<layout class="QHBoxLayout" name="surnameContents">
<item>
<widget class="QLineEdit" name="surname"/>
</item>
<item>
<widget class="QLineEdit" name="suffix">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>35</width>
<height>16777215</height>
</size>
</property>
<property name="placeholderText">
<string>Esq.</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="Line" name="nameGenderDivider">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="genderNicknamesLayout">
<property name="topMargin">
<number>0</number>
</property>
<item>
<layout class="QVBoxLayout" name="genderLayout">
<property name="rightMargin">
<number>10</number>
</property>
<item>
<widget class="QGroupBox" name="genderBox">
<property name="title">
<string>Gender</string>
</property>
<layout class="QFormLayout" name="formLayout_3">
<item row="0" column="0">
<widget class="QLabel" name="sexLabel">
<property name="text">
<string>Sex</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="sex">
<item>
<property name="text">
<string/>
</property>
</item>
<item>
<property name="text">
<string>Female</string>
</property>
</item>
<item>
<property name="text">
<string>Male</string>
</property>
</item>
<item>
<property name="text">
<string>Other</string>
</property>
</item>
<item>
<property name="text">
<string>Unknown</string>
</property>
</item>
<item>
<property name="text">
<string>N/A</string>
</property>
</item>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="genderLabel">
<property name="text">
<string>Gender</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="gender"/>
</item>
</layout>
</widget>
</item>
<item>
<spacer name="genderLayoutSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="nicknamesLayout">
<property name="rightMargin">
<number>0</number>
</property>
<item>
<widget class="QGroupBox" name="nicknamesBox">
<property name="title">
<string>Nicknames</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_18">
<item>
<widget class="QLineEdit" name="nicknames"/>
</item>
</layout>
</widget>
</item>
<item>
<spacer name="nicknamesLayoutSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</item>
<item>
<spacer name="nameScrollSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="addressTab">
<attribute name="title">
<string>Address</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_11">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QScrollArea" name="addressScroll">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="addressScrollContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>433</width>
<height>502</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_12">
<item>
<widget class="QGroupBox" name="addressBox">
<property name="title">
<string>Address</string>
</property>
<layout class="QFormLayout" name="formLayout_2">
<item row="0" column="0">
<widget class="QLabel" name="streetAddressLabel">
<property name="text">
<string>Street addr.</string>
</property>
</widget>
</item>
<item row="0" column="1">
<layout class="QHBoxLayout" name="streetAddressContents">
<item>
<widget class="QLineEdit" name="streetAddr"/>
</item>
<item>
<widget class="QLineEdit" name="streetSuite">
<property name="maximumSize">
<size>
<width>50</width>
<height>16777215</height>
</size>
</property>
<property name="placeholderText">
<string>Suite #</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="0">
<widget class="QLabel" name="cityLabel">
<property name="text">
<string>City</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="city"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="regionLabel">
<property name="text">
<string>Region</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="countryLabel">
<property name="text">
<string>Country</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="country"/>
</item>
<item row="4" column="0">
<widget class="QLabel" name="postLabel">
<property name="text">
<string>Post</string>
</property>
</widget>
</item>
<item row="4" column="1">
<layout class="QHBoxLayout" name="streetPostContents">
<item>
<widget class="QLineEdit" name="streetPostCode">
<property name="placeholderText">
<string>Post-code</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="streetPoBox">
<property name="placeholderText">
<string>P.O. box</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="region"/>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="geographyBox">
<property name="title">
<string>Geography</string>
</property>
<layout class="QFormLayout" name="formLayout_9">
<item row="0" column="0">
<widget class="QLabel" name="coordinatesLabel">
<property name="text">
<string>Coordinates</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="coordinates"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="timeZoneLabel">
<property name="text">
<string>Time-zone</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="timeZone">
<item>
<property name="text">
<string/>
</property>
</item>
<item>
<property name="text">
<string>Africa/Abidjan</string>
</property>
</item>
<item>
<property name="text">
<string>Africa/Accra</string>
</property>
</item>
<item>
<property name="text">
<string>Africa/Bamako</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<spacer name="addressScrollSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="communicationTab">
<attribute name="title">
<string>Chat</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_15">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QScrollArea" name="communicationScroll">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="communicationScrollContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>433</width>
<height>502</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_16">
<item>
<widget class="QGroupBox" name="phoneBox">
<property name="title">
<string>Telephone</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<layout class="QFormLayout" name="phoneForm">
<item row="0" column="0">
<widget class="QLabel" name="phoneLabel">
<property name="text">
<string>Phone #</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="phone">
<property name="inputMethodHints">
<set>Qt::ImhDialableCharactersOnly</set>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="phoneType">
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QGridLayout" name="gridLayout">
<item row="1" column="2">
<widget class="QCheckBox" name="phoneTextphone">
<property name="text">
<string>Textphone</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QCheckBox" name="phoneVoice">
<property name="text">
<string>Voice</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QCheckBox" name="phoneVideo">
<property name="text">
<string>Video</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QCheckBox" name="phoneMobile">
<property name="text">
<string>Mobile</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QCheckBox" name="phonePager">
<property name="text">
<string>Pager</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QCheckBox" name="phoneSms">
<property name="text">
<string>SMS</string>
</property>
</widget>
</item>
<item row="1" column="3">
<widget class="QCheckBox" name="phoneFax">
<property name="text">
<string>Fax</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="Line" name="phoneOnlineDivider">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="onlineBox">
<property name="title">
<string>Online</string>
</property>
<layout class="QFormLayout" name="formLayout_10">
<item row="0" column="0">
<widget class="QLabel" name="eMailLabel">
<property name="text">
<string>E-mail</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="eMail"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="imLabel">
<property name="text">
<string>IM</string>
</property>
</widget>
</item>
<item row="2" column="1">
<layout class="QHBoxLayout" name="imContents">
<item>
<widget class="QComboBox" name="imProtocol">
<item>
<property name="text">
<string/>
</property>
</item>
<item>
<property name="text">
<string>Matrix</string>
</property>
</item>
<item>
<property name="text">
<string>XMPP</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QLineEdit" name="imAddress"/>
</item>
</layout>
</item>
<item row="1" column="0">
<widget class="QLabel" name="urlLabel">
<property name="text">
<string>URL</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="url"/>
</item>
</layout>
</widget>
</item>
<item>
<widget class="Line" name="onlineLanguagesDivider">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="languagesBox">
<property name="title">
<string>Languages</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QListWidget" name="languages">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>40</height>
</size>
</property>
<property name="dragDropMode">
<enum>QAbstractItemView::InternalMove</enum>
</property>
<item>
<property name="text">
<string>Esperanto</string>
</property>
</item>
<item>
<property name="text">
<string>Ido</string>
</property>
</item>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="languageInsertDelete">
<item>
<spacer name="languageInsertDeleteSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QToolButton" name="languageDeleteButton">
<property name="text">
<string>-</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="languageInsertButton">
<property name="text">
<string>+</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<spacer name="chatScrollSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="relationsTab">
<attribute name="title">
<string>Relations</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_13">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QScrollArea" name="relationsScroll">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="relationsScrollContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>433</width>
<height>502</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_14">
<item>
<widget class="QGroupBox" name="relationsBox">
<property name="title">
<string>Relationships</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_6">
<item>
<layout class="QFormLayout" name="relation">
<item row="0" column="1">
<widget class="QLineEdit" name="relationUri">
<property name="placeholderText">
<string>https://[…].vcf</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QComboBox" name="relationType">
<item>
<property name="text">
<string/>
</property>
</item>
<item>
<property name="text">
<string>Acquaintance</string>
</property>
</item>
<item>
<property name="text">
<string>Agent</string>
</property>
</item>
<item>
<property name="text">
<string>Child</string>
</property>
</item>
<item>
<property name="text">
<string>Colleague</string>
</property>
</item>
<item>
<property name="text">
<string>Contact</string>
</property>
</item>
<item>
<property name="text">
<string>Co-resident</string>
</property>
</item>
<item>
<property name="text">
<string>Co-worker</string>
</property>
</item>
<item>
<property name="text">
<string>Crush</string>
</property>
</item>
<item>
<property name="text">
<string>Date</string>
</property>
</item>
<item>
<property name="text">
<string>Emergency</string>
</property>
</item>
<item>
<property name="text">
<string>Friend</string>
</property>
</item>
<item>
<property name="text">
<string>Kin</string>
</property>
</item>
<item>
<property name="text">
<string>Me</string>
</property>
</item>
<item>
<property name="text">
<string>Met</string>
</property>
</item>
<item>
<property name="text">
<string>Muse</string>
</property>
</item>
<item>
<property name="text">
<string>Neighbor</string>
</property>
</item>
<item>
<property name="text">
<string>Parent</string>
</property>
</item>
<item>
<property name="text">
<string>Sibling</string>
</property>
</item>
<item>
<property name="text">
<string>Spouse</string>
</property>
</item>
<item>
<property name="text">
<string>Sweetheart</string>
</property>
</item>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="relationInsertDelete">
<item>
<spacer name="relationInsertDeleteSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QToolButton" name="relationDeleteButton">
<property name="text">
<string>-</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="relationInsertButton">
<property name="text">
<string>+</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="Line" name="relationsCalendarDivider">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="calendarBox">
<property name="title">
<string>Calendar</string>
</property>
<layout class="QFormLayout" name="formLayout_8">
<item row="0" column="0">
<widget class="QLabel" name="calendarUriLabel">
<property name="text">
<string>Calendar</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="calendarUri">
<property name="placeholderText">
<string>https://[…].ics</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="freeBusyUriLabel">
<property name="text">
<string>Free/Busy</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="freeBusyUri">
<property name="placeholderText">
<string>https://[…].ics</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="schedulingUriLabel">
<property name="text">
<string>Scheduling</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="schedulingUri">
<property name="placeholderText">
<string>https://[…]</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="birthdayAnniversayLayout">
<item>
<widget class="QGroupBox" name="birthdayBox">
<property name="title">
<string>Birthday</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_26">
<item>
<widget class="QDateTimeEdit" name="birthday">
<property name="displayFormat">
<string>yyyy-MM-dd HH:mm</string>
</property>
<property name="calendarPopup">
<bool>true</bool>
</property>
<property name="timeSpec">
<enum>Qt::LocalTime</enum>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="anniversaryLayout">
<item>
<widget class="QGroupBox" name="anniversaryBox">
<property name="title">
<string>Anniversary</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_22">
<item>
<widget class="QDateTimeEdit" name="anniversary">
<property name="showGroupSeparator" stdset="0">
<bool>false</bool>
</property>
<property name="displayFormat">
<string>yyyy-MM-dd HH:mm</string>
</property>
<property name="calendarPopup">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<spacer name="relationsScrollSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="organizationTab">
<attribute name="title">
<string>Group</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_23">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QScrollArea" name="organizationScroll">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="organizationScrollContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>433</width>
<height>502</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_24">
<item>
<layout class="QVBoxLayout" name="organizationsLayout">
<property name="bottomMargin">
<number>10</number>
</property>
<item>
<layout class="QHBoxLayout" name="organizationLayout">
<property name="rightMargin">
<number>10</number>
</property>
<property name="bottomMargin">
<number>10</number>
</property>
<item>
<widget class="QGroupBox" name="logoBox">
<property name="title">
<string/>
</property>
<layout class="QVBoxLayout" name="verticalLayout_25">
<item>
<widget class="QLabel" name="logo">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>100</height>
</size>
</property>
<property name="text">
<string>Logo</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="organizationBox">
<property name="enabled">
<bool>true</bool>
</property>
<property name="title">
<string>Organization</string>
</property>
<layout class="QFormLayout" name="formLayout_5">
<item row="0" column="0">
<widget class="QLabel" name="orgNameLabel">
<property name="text">
<string>Org. name</string>
</property>
</widget>
</item>
<item row="0" column="1">
<layout class="QHBoxLayout" name="orgNameContents">
<item>
<widget class="QLineEdit" name="orgName"/>
</item>
<item>
<widget class="QToolButton" name="orgNameInsertButton">
<property name="text">
<string>+</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="0">
<widget class="QLabel" name="roleLabel">
<property name="text">
<string>Role</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="role"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="titleLabel">
<property name="text">
<string>Title</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="title"/>
</item>
</layout>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<widget class="QGroupBox" name="membersBox">
<property name="title">
<string>Members</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<widget class="QListWidget" name="members">
<property name="dragDropMode">
<enum>QAbstractItemView::InternalMove</enum>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="memberInsertDelete">
<item>
<spacer name="memberInsertDeleteSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>231</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QToolButton" name="memberDeleteButton">
<property name="text">
<string>-</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="memberInsertButton">
<property name="text">
<string>+</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<spacer name="organizationScrollSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="metaTab">
<attribute name="title">
<string>Meta</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_19">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QScrollArea" name="metaScroll">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="metaScrollContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>433</width>
<height>502</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_20">
<item>
<widget class="QGroupBox" name="categoriesBox">
<property name="title">
<string>Categories</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_7">
<item>
<widget class="QLineEdit" name="categories"/>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="noteBox">
<property name="title">
<string>Note</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_8">
<item>
<widget class="QTextEdit" name="note">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>70</height>
</size>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="Line" name="noteSoundDivider">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="soundBox">
<property name="title">
<string>Sound</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_9">
<item>
<layout class="QHBoxLayout" name="soundPlayer">
<item>
<widget class="QToolButton" name="soundPlayerButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Play</string>
</property>
</widget>
</item>
<item>
<widget class="QSlider" name="soundPlayerSlider">
<property name="enabled">
<bool>false</bool>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="soundSelection">
<item>
<widget class="QToolButton" name="soundBrowseButton">
<property name="text">
<string>Browse…</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="soundPath"/>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="Line" name="soundMetaDivider">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="metaBox">
<property name="title">
<string>Meta</string>
</property>
<layout class="QFormLayout" name="formLayout_7">
<item row="1" column="0">
<widget class="QLabel" name="sourceUrlLabel">
<property name="text">
<string>Source</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="sourceUrl">
<property name="placeholderText">
<string>https://[…].vcf</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="uidLabel">
<property name="text">
<string>UID</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="uid"/>
</item>
</layout>
</widget>
</item>
<item>
<spacer name="metaScrollSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>437</width>
<height>20</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>File</string>
</property>
<addaction name="actionNew"/>
<addaction name="actionOpen"/>
<addaction name="actionSave"/>
<addaction name="actionSaveAs"/>
<addaction name="separator"/>
<addaction name="actionQuit"/>
</widget>
<addaction name="menuFile"/>
</widget>
<action name="actionQuit">
<property name="text">
<string>Exit</string>
</property>
</action>
<action name="actionSave">
<property name="text">
<string>Save</string>
</property>
</action>
<action name="actionOpen">
<property name="text">
<string>Open…</string>
</property>
</action>
<action name="actionNew">
<property name="text">
<string>New…</string>
</property>
</action>
<action name="actionSaveAs">
<property name="text">
<string>Save as…</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>