Sailfish OS
  • Info
  • User Experience
  • Cases
  • Community
  • Developers
  • Contact
  • Get Sailfish OS
Select Page
  • Info
  • User Experience
  • Cases
  • Community
  • Developers
  • Contact
  • Get Sailfish OS

Sailfish Telephony

API Documentation
  • API Documentation
  • Libsailfishapp
  • Sailfish Silica
    • Documentation
    • Icon Reference
  • Sailfish Components
    • Sailfish Accounts
    • Sailfish Bluetooth
    • Sailfish Contacts
    • Sailfish Crypto
    • Sailfish Gallery
    • Sailfish Media
    • Sailfish Pickers
    • Sailfish Secrets
    • Sailfish Share
    • Sailfish Telephony
    • Sailfish Webview
    • Amber Web Authorization
    • Amber MPRIS
  • Nemo QML Plugins
    • Configuration
    • Contacts
    • D-Bus
    • Keepalive
    • Notifications
    • Thumbnailer
  • Sailfish Middleware
    • MDM Framework
    • MDM Policy Framework
    • User Manager Daemon
  • API Documentation
  • Libsailfishapp
  • Sailfish Silica
    • Documentation
    • Icon Reference
  • Sailfish Components
    • Sailfish Accounts
    • Sailfish Bluetooth
    • Sailfish Contacts
    • Sailfish Crypto
    • Sailfish Gallery
    • Sailfish Media
    • Sailfish Pickers
    • Sailfish Secrets
    • Sailfish Share
    • Sailfish Telephony
    • Sailfish Webview
    • Amber Web Authorization
    • Amber MPRIS
  • Nemo QML Plugins
    • Configuration
    • Contacts
    • D-Bus
    • Keepalive
    • Notifications
    • Thumbnailer
  • Sailfish Middleware
    • MDM Framework
    • MDM Policy Framework
    • User Manager Daemon

Contents

  • Properties
  • Signals
  • Detailed Description

SimPickerMenuItem QML Type

Replaces the content of a ContextMenu with the SimPicker More...

Import Statement: import Sailfish.Telephony 1.0
Inherits:

SimPicker

  • List of all members, including inherited members

Properties

  • active : bool
  • fadeAnimationEnabled : alias
  • menu : Item
  • selectedModemPath : string
  • selectedSim : int

Signals

  • triggerAction(int sim, string modemPath)

Detailed Description

Usage:

 ContextMenu {
     id: contextMenu
     SimPickerMenuItem {
         id: simSelector
         menu: contextMenu
         Behavior on opacity { FadeAnimation {} }
         onSimSelected: dial(remoteUid, sim)
     }
     MenuItem {
         text: "Call"
         onClicked: simSelector.active = true
     }
 }

Property Documentation

active : bool


fadeAnimationEnabled : alias


menu : Item


selectedModemPath : string


selectedSim : int


Signal Documentation

triggerAction(int sim, string modemPath)


  • Legal
  • Contact Us
  • Jolla Mobile Ltd © 2025

  • Facebook
  • Twitter
  • Mastodon
  • YouTube
  • LinkedIn