forked from blue/squawk
feat: add omemo buttons
This commit is contained in:
parent
7c1ae4737e
commit
7d648ab081
@ -18,6 +18,8 @@ add_subdirectory(widgets)
|
||||
|
||||
set(squawkUI_SRC
|
||||
squawk.cpp
|
||||
squawk.h
|
||||
squawk.ui
|
||||
models/accounts.cpp
|
||||
models/roster.cpp
|
||||
models/item.cpp
|
||||
|
20
ui/squawk.ui
20
ui/squawk.ui
@ -162,14 +162,24 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>718</width>
|
||||
<height>27</height>
|
||||
<height>23</height>
|
||||
</rect>
|
||||
</property>
|
||||
<widget class="QMenu" name="menuSettings">
|
||||
<property name="title">
|
||||
<string>Settings</string>
|
||||
</property>
|
||||
<widget class="QMenu" name="menuOMEMO">
|
||||
<property name="title">
|
||||
<string>OMEMO</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="security-high"/>
|
||||
</property>
|
||||
<addaction name="actionDeviceList"/>
|
||||
</widget>
|
||||
<addaction name="actionAccounts"/>
|
||||
<addaction name="menuOMEMO"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuFile">
|
||||
<property name="title">
|
||||
@ -224,6 +234,14 @@
|
||||
<string>Add conference</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionDeviceList">
|
||||
<property name="icon">
|
||||
<iconset theme="computer-laptop"/>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Device list</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources/>
|
||||
<connections/>
|
||||
|
@ -292,6 +292,19 @@
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="encryptionButton">
|
||||
<property name="text">
|
||||
<string/>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="security-low"/>
|
||||
</property>
|
||||
<property name="flat">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="attachButton">
|
||||
<property name="text">
|
||||
@ -400,8 +413,8 @@ background-color: transparent
|
||||
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
||||
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Liberation Sans'; font-size:10pt; font-weight:400; font-style:normal;">
|
||||
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html></string>
|
||||
</style></head><body style=" font-family:'Noto Sans'; font-size:10pt; font-weight:400; font-style:normal;">
|
||||
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Liberation Sans';"><br /></p></body></html></string>
|
||||
</property>
|
||||
<property name="acceptRichText">
|
||||
<bool>false</bool>
|
||||
|
Loading…
Reference in New Issue
Block a user