linphone-desktop/Linphone/view/Style/AppIcons.qml
Gaelle Braud 8fb42c333c chat list
chat messages view

update sdk
2025-04-29 14:16:55 +02:00

129 lines
7.8 KiB
QML

pragma Singleton
import QtQuick
QtObject {
property string welcomeLinphoneLogo: "image://internal/linphone.svg"
property string logo: "image://internal/logo.svg"
property string welcomeLock: "image://internal/secured.svg"
property string lock: "image://internal/lock.svg"
property string lockSimple: "image://internal/lock-simple.svg"
property string lockSimpleOpen: "image://internal/lock-simple-open.svg"
property string lockKey: "image://internal/lock-key.svg"
property string shieldWarning: "image://internal/shield-warning.svg"
property string notTrusted: "image://internal/not-trusted.svg"
property string welcomeOpenSource: "image://internal/open_source.svg"
property string splashscreenLogo: "image://internal/splashscreen-logo.svg"
property string eyeHide: "image://internal/eye.svg"
property string eyeShow: "image://internal/eye-slash.svg"
property string downArrow: "image://internal/caret-down.svg"
property string leftArrow: "image://internal/caret-left.svg"
property string rightArrow: "image://internal/caret-right.svg"
property string upArrow: "image://internal/caret-up.svg"
property string reloadArrow: "image://internal/arrow-clockwise.svg"
property string arrowsMerge: "image://internal/arrows-merge.svg"
property string info: "image://internal/info.svg"
property string detective: "image://internal/detective.svg"
property string copyright: "image://internal/copyright.svg"
property string checkSquareOffset: "image://internal/check-square-offset.svg"
property string loginImage: "image://internal/login_image.svg"
property string belledonne: "image://internal/belledonne.svg"
property string profile: "image://internal/user-circle.svg"
property string manageProfile: "image://internal/user-circle-gear.svg"
property string verif_page_image: "image://internal/verif_page_image.svg"
property string check: "image://internal/check.svg"
property string dialer: "image://internal/numpad.svg"
property string chiffrement: "image://internal/chiffrement.svg"
property string interoperable: "image://internal/interoperable.svg"
property string phone: "image://internal/phone.svg"
property string phoneSelected: "image://internal/phone-fill.svg"
property string newCall: "image://internal/phone-plus.svg"
property string endCall: "image://internal/phone-disconnect.svg"
property string callList: "image://internal/phone-list.svg"
property string phonePause: "image://internal/phone-pause.svg"
property string transferCall: "image://internal/phone-transfer.svg"
property string adressBook: "image://internal/address-book.svg"
property string adressBookSelected: "image://internal/address-book-fill.svg"
property string chatTeardropText: "image://internal/chat-teardrop-text.svg"
property string chatTeardropTextSelected: "image://internal/chat-teardrop-text-fill.svg"
property string usersThree: "image://internal/users-three.svg"
property string usersThreeSelected: "image://internal/users-three-fill.svg"
property string userPlus: "image://internal/user-plus.svg"
property string noItemImage: "image://internal/noItemImage.svg"
property string verticalDots: "image://internal/dots-three-vertical.svg"
property string plusCircle: "image://internal/plus-circle.svg"
property string micro: "image://internal/microphone-stage.svg"
property string groupCall: "image://internal/group-call.svg"
property string magnifier: "image://internal/magnifying-glass.svg"
property string backspaceFill: "image://internal/backspace-fill.svg"
property string closeX: "image://internal/x.svg"
property string arrowDownLeft: "image://internal/arrow-down-left.svg"
property string arrowRight: "image://internal/arrow-right.svg"
property string arrowUpRight: "image://internal/arrow-up-right.svg"
property string arrowElbow: "image://internal/arrow-elbow-left.svg"
property string microphone: "image://internal/microphone.svg"
property string microphoneSlash: "image://internal/microphone-slash.svg"
property string camera: "image://internal/camera.svg"
property string videoCamera: "image://internal/video-camera.svg"
property string videoCameraSlash: "image://internal/video-camera-slash.svg"
property string speaker: "image://internal/speaker-high.svg"
property string speakerSlash: "image://internal/speaker-slash.svg"
property string trusted: "image://internal/trusted.svg"
property string trustedWhite: "image://internal/trusted-white.svg"
property string trustedMask: "image://internal/trusted-mask.svg"
property string avatar: "image://internal/randomAvatar.png"
property string pause: "image://internal/pause.svg"
property string play: "image://internal/play.svg"
property string paperclip: "image://internal/paperclip.svg"
property string paperPlaneRight: "image://internal/paper-plane-right.svg"
property string smiley: "image://internal/smiley.svg"
property string smileySad: "image://internal/smiley-sad.svg"
property string trashCan: "image://internal/trash-simple.svg"
property string copy: "image://internal/copy.svg"
property string empty: "image://internal/x-circle.svg"
property string heart: "image://internal/heart.svg"
property string heartFill: "image://internal/heart-fill.svg"
property string recordFill: "image://internal/record-fill.svg"
property string mediaEncryptionZrtpPq: "image://internal/media_encryption_zrtp_pq.svg"
property string pencil: "image://internal/pencil-simple.svg"
property string shareNetwork: "image://internal/share-network.svg"
property string bell: "image://internal/bell-simple.svg"
property string bellSlash: "image://internal/bell-slash.svg"
property string question: "image://internal/question.svg"
property string settings: "image://internal/gear.svg"
property string clock: "image://internal/clock.svg"
property string note: "image://internal/note.svg"
property string userRectangle: "image://internal/user-rectangle.svg"
property string usersTwo: "image://internal/users.svg"
property string globe: "image://internal/globe-hemisphere-west.svg"
property string slide: "image://internal/slideshow.svg"
property string busyIndicator: "image://internal/busy-indicator.svg"
property string pip: "image://internal/picture-in-picture.svg"
property string waveform: "image://internal/waveform.svg"
property string squaresFour: "image://internal/squares-four.svg"
property string handWaving: "image://internal/hand-waving.svg"
property string screencast: "image://internal/screencast.svg"
property string videoconference: "image://internal/video-conference.svg"
property string videoconferenceSelected: "image://internal/video-conference-selected.svg"
property string switchOn: "image://internal/switch-on.svg"
property string switchOff: "image://internal/switch-off.svg"
property string license: "image://internal/license.svg"
property string debug: "image://internal/wrench.svg"
property string world: "image://internal/world.svg"
property string warningCircle: "image://internal/warning-circle.svg"
property string fullscreen: "image://internal/fullscreen.svg"
property string cellSignalFull: "image://internal/cell-signal-full.svg"
property string cellSignalHigh: "image://internal/cell-signal-high.svg"
property string cellSignalMedium: "image://internal/cell-signal-medium.svg"
property string cellSignalLow: "image://internal/cell-signal-low.svg"
property string cellSignalNone: "image://internal/cell-signal-none.svg"
property string mobile: "image://internal/device-mobile-camera.svg"
property string desktop: "image://internal/desktop.svg"
property string calendar: "image://internal/calendar-blank.svg"
property string bellDnd: "image://internal/bell-dnd.svg"
property string bellRinger: "image://internal/bell-ringer.svg"
property string voicemail: "image://internal/voicemail.svg"
property string power: "image://internal/power.svg"
property string resourcePackage: "image://internal/package.svg"
property string appWindow: "image://internal/app-window.svg"
property string bellMwi: "image://internal/bell-simple.svg"
}