diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2025-09-30 16:55:23 -0500 |
|---|---|---|
| committer | Timothy Pearson <tpearson@raptorengineering.com> | 2025-10-22 19:27:52 -0500 |
| commit | 645c0b003f5c3592f50443caf78d9133d90aafc2 (patch) | |
| tree | f8f3ebc51ff22cee20f14551a7f34b4a1bc5080c /src/userconfigbase.ui | |
| parent | be12862defea33f092fc32b510aed8c0ec8fe3a4 (diff) | |
| download | kcmldapmanager-645c0b00.tar.gz kcmldapmanager-645c0b00.zip | |
Add ability to set user profile avatars
Signed-off-by: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Diffstat (limited to 'src/userconfigbase.ui')
| -rw-r--r-- | src/userconfigbase.ui | 80 |
1 files changed, 78 insertions, 2 deletions
diff --git a/src/userconfigbase.ui b/src/userconfigbase.ui index 7840f46..9e11934 100644 --- a/src/userconfigbase.ui +++ b/src/userconfigbase.ui @@ -439,7 +439,83 @@ <cstring>email</cstring> </property> </widget> - <spacer row="10" column="0"> + <widget class="TQFrame" row="10" column="0" colspan="5"> + <property name="name"> + <cstring>unnamed_separator</cstring> + </property> + <property name="name"> + <cstring>unnamed_separator</cstring> + </property> + <property name="minimumHeight"> + <number>25</number> + </property> + <property name="frameShape"> + <enum>HLine</enum> + </property> + <property name="frameShadow"> + <enum>Sunken</enum> + </property> + </widget> + <widget class="TQLabel" row="11" column="0" colspan="2"> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="text"> + <string>Profile Avatar</string> + </property> + <property name="alignment"> + <set>AlignTop</set> + </property> + </widget> + <widget class="KPushButton" row="11" column="2" colspan="3"> + <property name="name"> + <cstring>changeAvatar</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>0</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>74</width> + <height>74</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>74</width> + <height>74</height> + </size> + </property> + <property name="acceptDrops"> + <bool>true</bool> + </property> + <property name="text"> + <string></string> + </property> + </widget> + + <widget class="KPushButton" row="12" column="2" colspan="3"> + <property name="name"> + <cstring>clearAvatar</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>0</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>Clear</string> + </property> + </widget> + <spacer row="13" column="0"> <property name="name" stdset="0"> <cstring>Spacer20</cstring> </property> @@ -1070,4 +1146,4 @@ </includes> <layoutdefaults spacing="3" margin="6"/> <layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> -</UI>
\ No newline at end of file +</UI> |
