mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 18:27:23 +02:00
* add ClipboardHelper class that contains a QClipboard and exposes its method as Slots * use Clipboard instead of hidden TextEdit where meaningful
9 lines
137 B
QML
9 lines
137 B
QML
pragma Singleton
|
|
import Meshroom.Helpers 1.0
|
|
|
|
/**
|
|
* Clipboard singleton object to copy values to paste buffer.
|
|
*/
|
|
ClipboardHelper {
|
|
|
|
}
|