Laur's blog
Sign in Subscribe

menu

A collection of 2 posts
Electron AppSend Menu Command to Angular App
command

Electron AppSend Menu Command to Angular App

TL;DR: In the main process use mainWindow.webContents.send('cmd') and in your Angular component (renderer process) bind it to a method with ipcRenderer.on('cmd', this.open.bind(this)) (where open() is a method). I need to make my angular app work when a
Dec 9, 2016 1 min read
Qt: Embedding Multiple Widgets in a Menu Item - 2004 style
consolidate

Qt: Embedding Multiple Widgets in a Menu Item - 2004 style

TL;DR: This post is about an experience I had in 2004 and it's part of my consolidating technical posts I wrote in time. It may or may not be relevant to today's technologies. One night in October 2004 (WOW! it's almost 10 years!
Oct 8, 2014 1 min read
Page 1 of 1
Laur's blog © 2025
  • Sign up
Powered by Ghost