Pregunta

I new to Blackberry and qt. I want to make a drop down menu like android drop down menu. I had search and found nothing. I only found about drop down list not drop down menu. Please help me.

¿Fue útil?

Solución

The menu choices for a Cascades application:

  1. Action menu (shown on the bottom action bar if you app has one configured as well has swiping from the right)
  2. Context menu (press and hold an item to display a partial view, hold/drag out to reveal complete menu)
  3. Application menu (up to five menu items at the top of your app)
  4. Custom menu (whatever you can think up by accessing the bb::system::MenuManager)

You can read more about all the menus HERE

If you want something that is specifically like android's drop down menu you can always explore option #4 and make a custom one.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top