Convert the names used in ui and c++ files from snake_case to camelCase

This commit is contained in:
thalieht 2018-06-14 12:38:18 +03:00
commit 6d4434ad66
22 changed files with 315 additions and 314 deletions

View file

@ -416,7 +416,7 @@
<item>
<layout class="QFormLayout" name="formLayout_4">
<item row="0" column="0">
<widget class="QLabel" name="label_trayIconStyle">
<widget class="QLabel" name="labelTrayIconStyle">
<property name="text">
<string>Tray icon style:</string>
</property>
@ -1127,7 +1127,7 @@
<item>
<layout class="QGridLayout" name="gridLayout_9">
<item row="1" column="1">
<widget class="QLineEdit" name="dest_email_txt"/>
<widget class="QLineEdit" name="lineEditDestEmail"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
@ -1144,7 +1144,7 @@
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="smtp_server_txt"/>
<widget class="QLineEdit" name="lineEditSmtpServer"/>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="senderEmailTxt"/>
@ -1220,10 +1220,10 @@
</property>
<layout class="QVBoxLayout" name="verticalLayout_19">
<item>
<widget class="QLineEdit" name="autoRun_txt"/>
<widget class="QLineEdit" name="lineEditAutoRun"/>
</item>
<item>
<widget class="QLabel" name="autoRun_param">
<widget class="QLabel" name="labelAutoRunParam">
<property name="wordWrap">
<bool>true</bool>
</property>
@ -1884,7 +1884,7 @@
<widget class="QLabel" name="labelAltRate"/>
</item>
<item row="2" column="0" colspan="4">
<widget class="QGroupBox" name="check_schedule">
<widget class="QGroupBox" name="groupBoxSchedule">
<property name="title">
<string>Schedule &amp;the use of alternative rate limits</string>
</property>
@ -1903,7 +1903,7 @@
</widget>
</item>
<item row="0" column="3">
<widget class="QTimeEdit" name="schedule_to">
<widget class="QTimeEdit" name="timeEditScheduleTo">
<property name="wrapping">
<bool>true</bool>
</property>
@ -1927,7 +1927,7 @@
</widget>
</item>
<item row="0" column="1">
<widget class="QTimeEdit" name="schedule_from">
<widget class="QTimeEdit" name="timeEditScheduleFrom">
<property name="wrapping">
<bool>true</bool>
</property>
@ -1954,7 +1954,7 @@
</widget>
</item>
<item row="1" column="1" colspan="3">
<widget class="QComboBox" name="schedule_days">
<widget class="QComboBox" name="comboBoxScheduleDays">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
@ -3384,14 +3384,14 @@ Use ';' to split multiple entries. Can use wildcard '*'.</string>
<tabstop>checkExportDirFin</tabstop>
<tabstop>textExportDirFin</tabstop>
<tabstop>groupMailNotification</tabstop>
<tabstop>dest_email_txt</tabstop>
<tabstop>smtp_server_txt</tabstop>
<tabstop>lineEditDestEmail</tabstop>
<tabstop>lineEditSmtpServer</tabstop>
<tabstop>groupMailNotifAuth</tabstop>
<tabstop>mailNotifUsername</tabstop>
<tabstop>mailNotifPassword</tabstop>
<tabstop>checkSmtpSSL</tabstop>
<tabstop>autoRunBox</tabstop>
<tabstop>autoRun_txt</tabstop>
<tabstop>lineEditAutoRun</tabstop>
<tabstop>scrollArea_3</tabstop>
<tabstop>randomButton</tabstop>
<tabstop>checkRandomPort</tabstop>
@ -3421,10 +3421,10 @@ Use ';' to split multiple entries. Can use wildcard '*'.</string>
<tabstop>checkUploadLimit</tabstop>
<tabstop>spinDownloadLimit</tabstop>
<tabstop>checkDownloadLimit</tabstop>
<tabstop>check_schedule</tabstop>
<tabstop>schedule_to</tabstop>
<tabstop>schedule_from</tabstop>
<tabstop>schedule_days</tabstop>
<tabstop>groupBoxSchedule</tabstop>
<tabstop>timeEditScheduleTo</tabstop>
<tabstop>timeEditScheduleFrom</tabstop>
<tabstop>comboBoxScheduleDays</tabstop>
<tabstop>checkUploadLimitAlt</tabstop>
<tabstop>checkDownloadLimitAlt</tabstop>
<tabstop>spinUploadLimitAlt</tabstop>