diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2019-01-11 03:14:41 -0600 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2019-01-11 03:14:41 -0600 |
| commit | 96b6677ed9d3b647e30bb40d7bb820f1894edbca (patch) | |
| tree | 5aa6ad0c1cbbbef6aeaaafbeac7e2f11f5e9e4f6 /src/forcedloaddialogwidget.ui | |
| parent | 347ac2b8b5f34a2583ae7844e0dfd79773657270 (diff) | |
Fixes to library load widget
Diffstat (limited to 'src/forcedloaddialogwidget.ui')
| -rw-r--r-- | src/forcedloaddialogwidget.ui | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/forcedloaddialogwidget.ui b/src/forcedloaddialogwidget.ui index 4df78beb..d4766489 100644 --- a/src/forcedloaddialogwidget.ui +++ b/src/forcedloaddialogwidget.ui @@ -22,6 +22,12 @@ <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,1,0,2,0"> <item> <widget class="QCheckBox" name="enabledBox"> + <property name="toolTip"> + <string>If checked, the specified library will be force loaded for the specified process.</string> + </property> + <property name="whatsThis"> + <string>If checked, the specified library will be force loaded for the specified process.</string> + </property> <property name="text"> <string/> </property> @@ -73,6 +79,12 @@ </item> <item> <widget class="QLineEdit" name="libraryPathEdit"> + <property name="toolTip"> + <string>The path to the library to be loaded. This may be a path relative to the managed game's directory or may be an absolute path to somewhere else.</string> + </property> + <property name="whatsThis"> + <string>The path to the library to be loaded. This may be a path relative to the managed game's directory or may be an absolute path to somewhere else.</string> + </property> <property name="placeholderText"> <string>Library to load</string> </property> |
