diff --git a/dev-docs/coding.md b/dev-docs/coding.md index 0a72bd3f1..e0e8dc7d6 100644 --- a/dev-docs/coding.md +++ b/dev-docs/coding.md @@ -1,35 +1,37 @@ # Coding and Resources * Qt5 * [All Qt5 classes][qt5c] * [Signals and Slots][qt-sig] * [MLT introduction][mlt-intro]. * [The KDE Frameworks][kf] + * [XMLGUI Technology][xmlgui-tut] (e.g. for the `kdenliveui.rc` file) ## Configuration Named settings are stored in [`kdenlivesettings.kcfg`][sett]. To add a new setting with default value, add an entry in the settings file, for example: ```xml true ``` The setting can then be read and written as follows: ```cpp // Read bool logScale = KdenliveSettings::logscale(); // Write KdenliveSettings::setLogscale(true); ``` [sett]: ../src/kdenlivesettings.kcfg [mlt-intro]: https://www.mltframework.org/docs/framework/ [qt5c]: https://doc.qt.io/qt-5/classes.html [qt-sig]: https://doc.qt.io/qt-5/signalsandslots.html [kf]: https://api.kde.org/frameworks-api/frameworks-apidocs/frameworks/index.html +[xmlgui-tut]: https://techbase.kde.org/Development/Architecture/KDE4/XMLGUI_Technology diff --git a/src/kdenliveui.rc b/src/kdenliveui.rc index 925109cd0..6951479f4 100644 --- a/src/kdenliveui.rc +++ b/src/kdenliveui.rc @@ -1,287 +1,287 @@ - + - Project + &Project Generators Tool - Clip + &Clip Markers Extract Audio Clip Jobs Transcode Clip in Timeline - Timeline + T&imeline Selection Insertion Removal Timeline Preview Current clip - Guides + &Guides Space Tracks Add Effect Monitor Go To Seek Current Monitor Overlay Preview Resolution Monitor config View Save Layout As OpenGL Backend Timeline Toolbar Extra Toolbar