diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-18 10:29:35 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-18 10:29:54 +0900 | 
| commit | f6ca198c8157ee32fc24d816aefd8feaaf20b6ef (patch) | |
| tree | 54871bd4395cb44419982c8d7f7e9577ca09d9de /languages/cpp | |
| parent | 0094503b4a9e2468ac8dd0ddbe5632173dfeb76e (diff) | |
| download | tdevelop-f6ca198c8157ee32fc24d816aefd8feaaf20b6ef.tar.gz tdevelop-f6ca198c8157ee32fc24d816aefd8feaaf20b6ef.zip | |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0ba031d9dfc995a1dfb3a0d770501acd2d2990cc)
Diffstat (limited to 'languages/cpp')
| -rw-r--r-- | languages/cpp/addattributedialogbase.ui | 6 | ||||
| -rw-r--r-- | languages/cpp/addmethoddialogbase.ui | 6 | ||||
| -rw-r--r-- | languages/cpp/ccconfigwidgetbase.ui | 9 | ||||
| -rw-r--r-- | languages/cpp/debugger/debuggerconfigwidgetbase.ui | 9 | 
4 files changed, 0 insertions, 30 deletions
| diff --git a/languages/cpp/addattributedialogbase.ui b/languages/cpp/addattributedialogbase.ui index 18b98e9c..793d26b4 100644 --- a/languages/cpp/addattributedialogbase.ui +++ b/languages/cpp/addattributedialogbase.ui @@ -258,9 +258,6 @@                      <property name="text">                          <string>&OK</string>                      </property> -                    <property name="accel"> -                        <string></string> -                    </property>                      <property name="autoDefault">                          <bool>true</bool>                      </property> @@ -275,9 +272,6 @@                      <property name="text">                          <string>&Cancel</string>                      </property> -                    <property name="accel"> -                        <string></string> -                    </property>                      <property name="autoDefault">                          <bool>true</bool>                      </property> diff --git a/languages/cpp/addmethoddialogbase.ui b/languages/cpp/addmethoddialogbase.ui index 3926f966..b4af8a5e 100644 --- a/languages/cpp/addmethoddialogbase.ui +++ b/languages/cpp/addmethoddialogbase.ui @@ -314,9 +314,6 @@                      <property name="text">                          <string>&OK</string>                      </property> -                    <property name="accel"> -                        <string></string> -                    </property>                      <property name="autoDefault">                          <bool>true</bool>                      </property> @@ -331,9 +328,6 @@                      <property name="text">                          <string>&Cancel</string>                      </property> -                    <property name="accel"> -                        <string></string> -                    </property>                      <property name="autoDefault">                          <bool>true</bool>                      </property> diff --git a/languages/cpp/ccconfigwidgetbase.ui b/languages/cpp/ccconfigwidgetbase.ui index 32b69e92..9fe117c1 100644 --- a/languages/cpp/ccconfigwidgetbase.ui +++ b/languages/cpp/ccconfigwidgetbase.ui @@ -289,9 +289,6 @@ completion-box.</string>                                              <string>Show comment with  argument hint</string>                                          </property> -                                        <property name="accel"> -                                            <string></string> -                                        </property>                                      </widget>                                  </vbox>                              </widget> @@ -1059,9 +1056,6 @@ This option only applies to QMake projects.</string>                                  <property name="text">                                      <string>Qt &3 style (#include <qwidget.h>)</string>                                  </property> -                                <property name="accel"> -                                    <string>Alt+3</string> -                                </property>                                  <property name="checked">                                      <bool>true</bool>                                  </property> @@ -1076,9 +1070,6 @@ This option only applies to QMake projects.</string>                                  <property name="text">                                      <string>Qt &4 style (#include <QWidget>)</string>                                  </property> -                                <property name="accel"> -                                    <string>Alt+4</string> -                                </property>                                  <property name="whatsThis" stdset="0">                                      <string>Select this if your project is using include style as known from Qt version 4.x.</string>                                  </property> diff --git a/languages/cpp/debugger/debuggerconfigwidgetbase.ui b/languages/cpp/debugger/debuggerconfigwidgetbase.ui index 9d6dcbf1..b3d0ae5e 100644 --- a/languages/cpp/debugger/debuggerconfigwidgetbase.ui +++ b/languages/cpp/debugger/debuggerconfigwidgetbase.ui @@ -156,9 +156,6 @@ If you are not "dlopen"ing libs then leave this unchecked.</string>                              <property name="text">                                  <string>Enable separate terminal for application &IO</string>                              </property> -                            <property name="accel"> -                                <string>Alt+I</string> -                            </property>                              <property name="whatsThis" stdset="0">                                  <string>This allows you to enter terminal input when your  application contains terminal input code (e.g. cin, fgets, etc.). @@ -173,9 +170,6 @@ Otherwise leave it unchecked.</string>                              <property name="text">                                  <string>E&nable floating toolbar</string>                              </property> -                            <property name="accel"> -                                <string>Alt+N</string> -                            </property>                              <property name="whatsThis" stdset="0">                                  <string>Use the floating toolbar. This toolbar always stays  on top of all windows so that if the app covers TDevelop @@ -192,9 +186,6 @@ This toolbar is in addition to the toolbar in TDevelop.</string>                              <property name="text">                                  <string>Display static &members</string>                              </property> -                            <property name="accel"> -                                <string>Alt+M</string> -                            </property>                              <property name="whatsThis" stdset="0">                                  <string>Displaying static members makes GDB slower in  producing data within TDE and TQt. | 
